]> git.cworth.org Git - apitrace/blobdiff - INSTALL.markdown
Merge remote-tracking branch 'github/master' into d2d
[apitrace] / INSTALL.markdown
index 60b2b09cd5ff31c239bc6a6b90c14a2d6b5ba66c..94e2d631cc0a8450e37cd1a04fd65209afe2e427 100644 (file)
@@ -21,7 +21,7 @@ The GUI also dependends on:
 * QJSON version 0.5 or higher (tested with version 0.7.1, which is bundled)
 
 Qt and QJSON will be required if `-DENABLE_GUI=TRUE` is passed to CMake, and
-never used if `-DENABLED_GUI=FALSE` is passed instead.  The implicit default is
+never used if `-DENABLE_GUI=FALSE` is passed instead.  The implicit default is
 `-DENABLE_GUI=AUTO`, which will build the GUI if Qt is available, using the
 bundled QJSON if it is not found on the system.
 
@@ -47,6 +47,7 @@ doing:
         -DCMAKE_C_FLAGS=-m32 \
         -DCMAKE_CXX_FLAGS=-m32 \
         -DCMAKE_EXE_LINKER_FLAGS=-m32 \
+        -DCMAKE_SYSTEM_LIBRARY_PATH=/usr/lib32 \
         -DENABLE_GUI=FALSE \
         -H. -Bbuild32
     make -C build32 glxtrace
@@ -89,7 +90,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.