]> git.cworth.org Git - apitrace/commitdiff
Fix Windows INSTALL instructions.
authorJames Benton <jbenton@vmware.com>
Thu, 23 Aug 2012 16:28:52 +0000 (17:28 +0100)
committerJames Benton <jbenton@vmware.com>
Thu, 23 Aug 2012 16:28:52 +0000 (17:28 +0100)
INSTALL.markdown

index 60b2b09cd5ff31c239bc6a6b90c14a2d6b5ba66c..e2364c73c8303314286e26a999a25012daac8849 100644 (file)
@@ -89,7 +89,7 @@ Additional requirements:
 
 To build with Visual Studio first invoke CMake GUI as:
 
-    cmake-gui -H. -B%cd%\build
+    cmake-gui -H%cd% -B%cd%\build
 
 and press the _Configure_ button.