aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-10 17:28:50 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-10 17:28:50 +0000
commit689618cd85ef099117c7e26064b2c48befdeed4b (patch)
tree71799b1aa7b108fa40dd1cd5c846921a3886d972 /README.cmake
parentb80fad54e56cf686aea450ad262388c329dce5ca (diff)
Build qtshark by default, use qt5 by default. To turn
off building qtshark do "cmake ... -DBUILD_qtshark=OFF ..." or change your local copy of CMakeOptions.txt Small update to README.cmake (when running nmake I recommend using /X- to avoid some (viewing) corruptions. svn path=/trunk/; revision=52501
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.cmake b/README.cmake
index ace783a53a..7019938d9a 100644
--- a/README.cmake
+++ b/README.cmake
@@ -69,7 +69,7 @@ How to do out of tree build (Win32/64):
5) cmake -G "NMake Makefiles" -DBUILD_wireshark=OFF path\to\sources
(i.e. in case your sources are located at c:\wireshark\trunk, use "..\trunk")
5a) cmake path\to\sources (this will build for the latest Visual Studio version found)
-6) nmake VERBOSE=1 (or cmake --build . -- VERBOSE=1 )
+6) nmake /X- VERBOSE=1 (or cmake --build . -- VERBOSE=1 )
6a) Wireshark.sln (this will run up Visual Studio with the cmake built solution
7) In case you want to test the executable(s) inside the build tree:
Run setpath.bat whenever it gets updated (there is a message in each cmake