diff --git a/Build.md b/Build.md index 842e0da..b8555ac 100644 --- a/Build.md +++ b/Build.md @@ -287,7 +287,8 @@ For 2, one possible way is use MSYS2, in MSYS2 MinGW 64-bit shell: ```sh 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 mingw-w64-x86_64-clang-analyzer mingw-w64-x86_64-mlir - +#Below packages were required for me but i am stuck on later +pacman -S cmake ninja clang # Download ccls cd ccls cmake -H. -BRelease -G Ninja -DCMAKE_CXX_FLAGS=-D__STDC_FORMAT_MACROS