Build wireshark automatic.
- Install
Vistual Studio
by yourself. - Install
QT(Ver>5.0)
by yourself. - Fetch wireshark source code.
- Run
install_deps.ps1
in Powershell. - Edit or check
set_env\[_64\].bat
andbuild\[_64\].bat
by your environment:- Check Visual Studio version;
- Check QT version, target platform;
- Edit the source code target directory in set_env[_64].bat ;
- Read
build.bat
line by line;
- Run
build.bat
, if you got errors, check build.bat
NOTE: When build installer, you may got a error(not found vcredist_x86.exe or vcredist_x64.exe ), put one into wireshark-win32-libs(wireshark-win64-libs when x64)