cmake builds against gtk3 don't work. Those against gtk2 do.
authorJörg Mayer <jmayer@loplof.de>
Sat, 9 Nov 2013 12:20:21 +0000 (12:20 -0000)
committerJörg Mayer <jmayer@loplof.de>
Sat, 9 Nov 2013 12:20:21 +0000 (12:20 -0000)
svn path=/trunk/; revision=53188

README.cmake

index e50cfc0e9c780596571cc39806120aec9f80ca82..0dd9f153bb73cbce005a6cb44c3f3796e594e783 100644 (file)
@@ -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 )