mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-24 16:45:07 +00:00
MSYS2 build way missing dependency
parent
1469ddf641
commit
2a418325c7
2
Build.md
2
Build.md
@ -283,7 +283,7 @@ ninja -C Release
|
|||||||
For 2, one possible way is use MSYS2, in MSYS2 MinGW 64-bit shell:
|
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-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
|
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 mingw-w64-x86_64-rapidjson
|
||||||
cmake -H. -BRelease -G Ninja -DCMAKE_CXX_FLAGS=-D__STDC_FORMAT_MACROS
|
cmake -H. -BRelease -G Ninja -DCMAKE_CXX_FLAGS=-D__STDC_FORMAT_MACROS
|
||||||
ninja -C Release
|
ninja -C Release
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user