From 8dc167977259a3b116a9331ee45a1b64ae7cf0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Lind=C3=A9n?= Date: Sat, 25 May 2019 17:37:50 +0200 Subject: [PATCH] =?UTF-8?q?The=20command=20line=20should=20only=20use=20",?= =?UTF-8?q?=20not=20=E2=80=9C=20or=20=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Windows-Build-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows-Build-Instructions.md b/Windows-Build-Instructions.md index 3291e55..08089ef 100644 --- a/Windows-Build-Instructions.md +++ b/Windows-Build-Instructions.md @@ -241,7 +241,7 @@ In order to compile libopenshot-audio, launch a command prompt and enter the fol cd [libopenshot-audio repo folder] mkdir build cd build -cmake -G “MinGW Makefiles” ../ +cmake -G "MinGW Makefiles" ../ mingw32-make mingw32-make install openshot-audio-test-sound (This should play a test sound)