From: James Benton Date: Thu, 23 Aug 2012 16:28:52 +0000 (+0100) Subject: Fix Windows INSTALL instructions. X-Git-Url: https://git.cworth.org/git?p=apitrace;a=commitdiff_plain;h=05e3971c9bb30a964666a5e0be17c1b12ff699b0 Fix Windows INSTALL instructions. --- diff --git a/INSTALL.markdown b/INSTALL.markdown index 60b2b09..e2364c7 100644 --- a/INSTALL.markdown +++ b/INSTALL.markdown @@ -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.