diff options
| author | AloXado320 <david.albujar.s.30@gmail.com> | 2026-01-24 00:52:33 -0500 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2026-01-24 00:15:07 -0600 |
| commit | ea7f3807e4650d634881b680e1257a80314759ac (patch) | |
| tree | bce798f9683984b6e1c7dde0c98938822fb5a2e1 | |
| parent | 9d468174cc752e31d06463a7fe7100a39ec86af7 (diff) | |
mingw64 instructions
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -42,6 +42,21 @@ cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Debug cmake --build build-cmake -j ``` +## MSYS2 MinGW-w64 + +### Dependencies + +``` bash +pacman -S mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-bzip2 +``` + +### Compile + +``` bash +cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Debug +cmake --build build-cmake -j +``` + # Linux ### Dependencies |
