aboutsummaryrefslogtreecommitdiffstats
path: root/README.msys2
AgeCommit message (Collapse)AuthorFilesLines
2023-05-25Docs: Move MSYS2 instructions to WSDGJoão Valverde1-66/+2
Ping #17771.
2023-05-22MSYS2: Add support for building a stand-alone NSIS installerJoão Valverde1-3/+17
This changes the existing code for the MSVC installer as little as possible to allow building the Wireshark .exe Windows installer using the MinGW-w64 toolchain. Currently the DLL dependency list is static, this may change in the future. Ideally we would use CPack and install() logic to copy the DLLs. The msys2checkdeps.py script is copied from the Inkscape project[1]. It doesn't have a specific license identifier. The Inkscape project is licensed under the GPL version 2 or later. TODO: Download Npcap and USBPcap using CMake instead of requiring manual action. [1]https://gitlab.com/inkscape/inkscape Ping #17771.
2023-05-21MSYS2: Update READMEJoão Valverde1-13/+25
[skip ci]
2023-04-11Add back missing line to README.msys2João Valverde1-0/+1
2023-04-09Update README.msys2João Valverde1-3/+6
2023-01-31MSYS2: Update READMEJoão Valverde1-17/+20
2023-01-28MSYS2: Remove packages that were upstreamedJoão Valverde1-21/+11
Remove dependency packages that are now upstream. Update PKGBUILD dependencies and README.
2023-01-16MSYS2: Add some packages for missing dependenciesJoão Valverde1-23/+23
Add mingw packages for dependencies that are missing upstream; these should eventually be submitted there. Fix a version check for libsmi. Update README.
2023-01-16MSYS2: Add Lua 5.1 support and fix test suite failuresJoão Valverde1-4/+8
2023-01-12MSYS2: Update READMEJoão Valverde1-37/+18
2022-01-03CMake: Use more consistent naming for optionsJoão Valverde1-1/+1
Having some options use DISABLE_ and others ENABLE_ is inconsistent and difficult to remember. Use ENABLE_ instead consistently. Frame-larger-than remains an exception.
2021-11-15tools: Add MSYS2 setup script to install dependenciesJoão Valverde1-18/+16
2021-11-12MSYS2: Use system SpeexDSP packageJoão Valverde1-1/+1
2021-11-07README.msys2: Add more information about missing packagesJoão Valverde1-6/+14
2021-10-27Add README for MinGW-w64 (MSYS2) buildJoão Valverde1-0/+63