diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 9 | 
1 files changed, 6 insertions, 3 deletions
| @@ -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`) | 
