aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0b825ac..5338d33 100644
--- a/README.md
+++ b/README.md
@@ -33,10 +33,13 @@ You need:
For Windows:
-- Only tested with MinGW
-- (TODO: fill in requirements, this stuff was already on my PC lol)
+- (Might have other ways, but I've only tested this way)
+- MinGW-w64 (via MSYS2)
+ - `mingw-w64-x86_64-make`
+ - `mingw-w64-x86_64-gcc`
+- Note to use `mingw32-make` in place of just `make`
-For Linux:
+For Linux, also:
- Xlib (Fedora: `libX11-devel`)
- XI2 dev (Fedora: `libXi-devel`)