Added additional dependencies for msys2

Gei0r 2019-03-21 19:55:31 +01:00 committed by Fangrui Song
parent 196c996fd2
commit 46bfd9470c

@ -216,7 +216,7 @@ ninja -C Release
For 2, one possible way is use MSYS2, in MSYS2 MinGW 64-bit shell:
```
pacman -S mingw-w64-x86_64-clang mingw-w64-x86_64-cmake mingw-w64-x86_64-jq mingw-w64-x86_64-ninja mingw-w64-x86_64-ncurses
pacman -S mingw-w64-x86_64-clang mingw-w64-x86_64-clang-tools-extra mingw64/mingw-w64-x86_64-polly mingw-w64-x86_64-cmake mingw-w64-x86_64-jq mingw-w64-x86_64-ninja mingw-w64-x86_64-ncurses
cmake -H. -BRelease -G Ninja -DCMAKE_CXX_FLAGS=-D__STDC_FORMAT_MACROS
ninja -C Release
```