From 0b7d5fd6c89ddfd362901dc01da2d3a21817f0ec Mon Sep 17 00:00:00 2001 From: PomyloneKodowanie <78488323+PomyloneKodowanie@users.noreply.github.com> Date: Sun, 26 Feb 2023 21:38:05 +0100 Subject: [PATCH] Updated Build (markdown) --- Build.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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