

The desired Qt version, a component that matches your target system andĬompiler. The installer screen (do not select “Qt 6.4 for desktop development“)Īnd, on the “Select Components“ screen of the installer, select, for Project, select “Custom installation“ on the “Installation Folder“ of Open source”, download the Qt Online Installer for Windows from the Qt Qt, go to the “Download Qt” page, select “Go The main Wireshark application uses the Qt windowing toolkit. Visual Studio 2019 is also used to create official Wireshark builds, so it will likely have fewer development-related problems. While this is a huge download, the Community Editions of Visual Studio are free (as in beer) and include the Visual Studio integrated debugger. Of Visual Studio add more cross-platform support. Section 4.4, “GNU Compiler Toolchain (UNIX And UNIX-like Platforms)”. You may have to do this as Administrator.Ĭompiling with gcc or Clang is not recommended and willĬertainly not work (at least not without a lot of advanced For details see Section 4.5, “Microsoft compiler toolchain (Windows native)”. Possible to compile Wireshark with a wide range of Microsoft C compiler You can use other Microsoft C compiler variants, but VS2019 is used toīuild the development releases and is the preferred option.

choco install -y visualstudio2019community visualstudio2019-workload-nativedesktopĬhoco install -y visualstudio2022community visualstudio2022-workload-nativedesktop Note that this includes Visual Studio’s CMake component. You can alternatively use Chocolatey to install Visual Studio, using the Visual Studio Community and Native Desktop workload packages. “latest … tools”, the “Windows 10 SDK”, and the “Visual C++ tools forĬMake” (unless you want to use them for purposes other than Wireshark). These are small utilities that download all the other required parts (which are quite large).Ĭheck the checkbox for “Desktop development with C++” and then uncheckĪll the optional components other than the “VC++ 2019” or “VC++ 2022” item with the If you prefer you can instead download and install “Microsoft Visual Studio 2022 Community Edition”. Download and install “Microsoft Visual Studio 2019 Community Edition”.
