diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-04-23 23:59:11 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-05-01 07:36:40 +0100 |
commit | 2bb81362586f39727a5e1106ca34b5dab9ed1877 (patch) | |
tree | 5da6f23e0679d39b6c436761baab5c8bdb186f49 /docs | |
parent | 0b20dac340ed028213bd7133ae7f7edcada56017 (diff) |
doc: Make it clear which Command Prompt window to use.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.markdown | 4 |
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 |