From db7e5919d271c668a65e4fa6896a41efdcce2ddb Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 24 May 2013 14:29:11 -0600 Subject: [PATCH] Fix example of building vs files with gyp on windows --- demo/c++/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/c++/README.md b/demo/c++/README.md index d18d49ef4..daa4198c1 100644 --- a/demo/c++/README.md +++ b/demo/c++/README.md @@ -69,7 +69,7 @@ On OS X you can also create an xcode project: First you need to build the visual studio solution with gyp: - gyp rundemo.gyp --depth=. -f msvs -G msvs_version=2010 + C:\Python27\python.exe c:\Python27\Scripts\gyp rundemo.gyp --depth=. -f msvs -G msvs_version=2010 Then you can compile with `msbuild`: @@ -78,4 +78,4 @@ Then you can compile with `msbuild`: Then run it! for /f %i in ('mapnik-config --prefix') do set MAPNIK_PREFIX=%i - Release\rundemo.exe %MAPNIK_PREFIX% \ No newline at end of file + Release\rundemo.exe %MAPNIK_PREFIX%