From 6244f2fa325c6a4fd556511d21986ae0698b8aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Wed, 4 Dec 2013 22:07:26 +0000 Subject: Finally successfully built with the msvc2010 GUI a Debug and a RelWithDebInfo build, after adding the missing path to the cygwin tools. svn path=/trunk/; revision=53790 --- README.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.cmake') diff --git a/README.cmake b/README.cmake index 044c81c8ab..571b6e8b7e 100644 --- a/README.cmake +++ b/README.cmake @@ -63,6 +63,8 @@ How to do out of tree build (Win32/64): library directory). 1b) set WIRESHARK_TARGET_PLATFORM=win32 (or win64) 1c) set QT5_BASE_DIR=c:\Qt\Qt5.1.1\5.1.1\msvc2010 (or whatever) +1d) In case you want to use Visual Studio, make sure that the paths + to python and cygwin are available to GUI applications. 2) Install cmake 2a) Build the zblib library, e.g. cd %WIRESHARK_BASE_DIR%\wireshark-%WIRESHARK_TARGET_PLATFORM%-libs\zlib125 -- cgit v1.2.1