aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-06 23:35:39 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-06 23:35:39 +0000
commit84aebfb9dd2da9e023dae6e429e41e2dbd49e71f (patch)
treeb304187c5076d3abef7c1361246af2cbeada0218 /README.cmake
parent087c885c667cf11a24a0730fc5d54dfcdb933ad4 (diff)
Small update wrt the Windows build.
svn path=/trunk/; revision=52429
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.cmake b/README.cmake
index 951daf23f6..5565144edc 100644
--- a/README.cmake
+++ b/README.cmake
@@ -55,8 +55,8 @@ Note 4:
To get predictable results please set umask explicitly.
How to do out of tree build (Win32/64):
-[This is early alpha and while the build no longer always dies during the cmake
- stage - don't waste your time testing unless you are willing to fix things
+[This is early alpha and while the build should build all executables except
+ the GUIs don't waste your time testing unless you are willing to fix things
yourself]
1) Follow http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html
Steps 1-9
@@ -66,7 +66,8 @@ How to do out of tree build (Win32/64):
2) Install cmake
3) mkdir c:\wireshark\build
4) cd c:\wireshark\build
-5) cmake -G "NMake Makefiles" .. (if the sources are in c:\wireshark)
+5) cmake -G "NMake Makefiles" -DBUILD_wireshark=OFF path\to\sources
+ (i.e. in case your sources are locaated 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 )
6a) Wireshark.sln (this will run up Visual Studio with the cmake built solution