summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/INSTALL.markdown4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/INSTALL.markdown b/docs/INSTALL.markdown
index a290c63a..7291708f 100644
--- a/docs/INSTALL.markdown
+++ b/docs/INSTALL.markdown
@@ -148,7 +148,9 @@ Additional requirements:
### CMake GUI ###
-To build with Visual Studio first invoke CMake GUI as:
+To build with Visual Studio first open a Command Prompt window (*not* Visual
+Studio Command Prompt window), change into the Apitrace source, and invoke
+CMake GUI as:
cmake-gui -H. -Bbuild -DCMAKE_SYSTEM_VERSION=10.0 -DCMAKE_PREFIX_PATH=C:\Qt\QtX.Y.Z\X.Y\msvc2015