diff options
author | Jörg Mayer <jmayer@loplof.de> | 2013-12-04 22:07:26 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2013-12-04 22:07:26 +0000 |
commit | 6244f2fa325c6a4fd556511d21986ae0698b8aed (patch) | |
tree | eb43d78d236206a63414618f2732dedf16f03261 /README.cmake | |
parent | d576ba07963eb58d80c01d6829e05ec47bfcaf02 (diff) | |
download | wireshark-6244f2fa325c6a4fd556511d21986ae0698b8aed.tar.gz wireshark-6244f2fa325c6a4fd556511d21986ae0698b8aed.tar.bz2 wireshark-6244f2fa325c6a4fd556511d21986ae0698b8aed.zip |
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
Diffstat (limited to 'README.cmake')
-rw-r--r-- | README.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
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 |