wireshark/README.msys2

14 lines
413 B
Text
Raw Normal View History

2023-01-31 00:22:36 +00:00
The MSYS2 installer can be downloaded from https://www.msys2.org.
2021-10-26 15:04:08 +00:00
2023-01-31 00:22:36 +00:00
Wireshark is available as an MSYS2 binary package[1]. It can be installed using pacman,
for example using the UCRT64 shell:
2021-10-26 15:04:08 +00:00
2023-01-31 00:22:36 +00:00
$ pacman -S mingw-w64-ucrt-x86_64-wireshark
2021-10-26 15:04:08 +00:00
Instructions for building Wireshark from source code are available in
the Wireshark Developer's Guide.
References:
2023-01-31 00:22:36 +00:00
[1]https://packages.msys2.org/base/mingw-w64-wireshark