summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-11-09 12:20:21 +0000
committerJörg Mayer <jmayer@loplof.de>2013-11-09 12:20:21 +0000
commit0d23305cd516c348acb786fa5ed056def64073d8 (patch)
treeb8d5115d47a2d2822fd97a5799eb79117374081f /README.cmake
parent9aac55472cc7d228a14aa638377ebf609a4d77da (diff)
downloadwireshark-0d23305cd516c348acb786fa5ed056def64073d8.tar.gz
cmake builds against gtk3 don't work. Those against gtk2 do.
svn path=/trunk/; revision=53188
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 e50cfc0e9c..0dd9f153bb 100644
--- a/README.cmake
+++ b/README.cmake
@@ -66,7 +66,7 @@ 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" -DBUILD_wireshark=OFF path\to\sources
+5) cmake -G "NMake Makefiles" -DENABLE_GTK3=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 /X- VERBOSE=1 (or cmake --build . -- VERBOSE=1 )