Skip to content

Instantly share code, notes, and snippets.

@mensinda
Last active June 11, 2017 09:34
Show Gist options
  • Save mensinda/f97c6b9442e923e9bac87733bf46aea1 to your computer and use it in GitHub Desktop.
Save mensinda/f97c6b9442e923e9bac87733bf46aea1 to your computer and use it in GitHub Desktop.
@echo off
set CYGWIN=nodosfilewarning
set WIRESHARK_BASE_DIR=%~dp0
set WIRESHARK_TARGET_PLATFORM=win64
set QT5_BASE_DIR=C:\Qt\5.9\msvc2017_64
cd wsbuild64
cmake -DENABLE_CHM_GUIDES=off -G "Visual Studio 15 2017 Win64" -DCMAKE_INSTALL_PREFIX=%WIRESHARK_BASE_DIR%\..\install ..\wireshark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment