From d52aed75b6b6fa2bcfceeb1d2a51f51ea2f24891 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 4 May 2022 16:36:00 -0400 Subject: [PATCH] Updated readme to reflect new windows build system --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2f2040..727636e 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ This project is an attempt to translate the game into C in order to increase its ### On windows, you will need * Mingw-w64 installed +* gcc in your PATH ## Build instructions @@ -55,9 +56,10 @@ This project is an attempt to translate the game into C in order to increase its * To clean, run `./build.sh clean` ### Windows -!!! NOTE !!! This doesn't work anymore. updated Windows build system coming soon. -Run `win-build.bat`. Inside of the `win` directory, you will find `m4kc.exe` and `SDL2.dll`. In order for `m4kc.exe` to run, these two must be in the same folder. +First, create the directories `win/bin` and `win/o` + +Run `win-build.bat`. Inside of the `win/bin` directory, you will find `m4kc.exe` and `SDL2.dll`. In order for `m4kc.exe` to run, these two must be in the same folder. If it doesn't work, [open an issue](https://github.com/sashakoshka/m4kc/issues). ## Places