From 0d23305cd516c348acb786fa5ed056def64073d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sat, 9 Nov 2013 12:20:21 +0000 Subject: cmake builds against gtk3 don't work. Those against gtk2 do. svn path=/trunk/; revision=53188 --- README.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.cmake') 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 ) -- cgit v1.2.1