summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-11-10 11:00:54 +0000
committerJörg Mayer <jmayer@loplof.de>2013-11-10 11:00:54 +0000
commitda01960a24274fdd74aa740aca5a05343578d34b (patch)
treeb10de1d3575f3e154fc0e0307a3b7c701e905cd8 /README.cmake
parentc9bafe237d6083e9aa8deb9d3bec6977ecb740f1 (diff)
downloadwireshark-da01960a24274fdd74aa740aca5a05343578d34b.tar.gz
Make FindGTK3 work on windows
svn path=/trunk/; revision=53218
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 0dd9f153bb..db17806664 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" -DENABLE_GTK3=OFF path\to\sources
+5) cmake -G "NMake Makefiles" 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 )