From a81648d9859b30c64164e4292f10943c4b3dabc8 Mon Sep 17 00:00:00 2001 From: Guennadi Maximov C Date: Thu, 28 Oct 2021 16:16:31 -0500 Subject: [PATCH] Added `mingw-w64-x86_64-mlir` and `mingw-w64-x86_64-clang-analyzer` as the subsequent cmake command returns an error since it can't find the files included in those extra packages. --- Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.md b/Build.md index af5f6b0..509830c 100644 --- a/Build.md +++ b/Build.md @@ -294,7 +294,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-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 +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 cmake -H. -BRelease -G Ninja -DCMAKE_CXX_FLAGS=-D__STDC_FORMAT_MACROS ninja -C Release ```