Update README.msys2

This commit is contained in:
João Valverde 2023-04-09 00:14:51 +01:00
parent 50d9fe7c6e
commit fc0d6b3ff5
1 changed files with 6 additions and 3 deletions

View File

@ -14,11 +14,14 @@ How to build Wireshark from source:
1. Open the shell for the selected 64-bit environment.
2. Build using CMake + Ninja:
2. Install needed dependencies:
$ cd $srcdir
$ mkdir build && cd build
$ cmake ..
$ tools/msys2-setup.sh --install-all
3. Build using CMake + Ninja:
$ cmake -DENABLE_CCACHE=On ..
$ ninja
$ ninja test # optional
$ ninja install # optional