summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAloXado320 <david.albujar.s.30@gmail.com>2026-01-24 00:52:33 -0500
committerLywx <kiritodev01@gmail.com>2026-01-24 00:15:07 -0600
commitea7f3807e4650d634881b680e1257a80314759ac (patch)
treebce798f9683984b6e1c7dde0c98938822fb5a2e1
parent9d468174cc752e31d06463a7fe7100a39ec86af7 (diff)
mingw64 instructions
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 36ea34a..a582bcb 100644
--- a/README.md
+++ b/README.md
@@ -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