From 69d34f51bf0088e8a97669edcfc64af517f9f560 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 5 Sep 2019 20:50:19 +0000 Subject: [PATCH] Don't assume users are on Windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b09c9e4..5373291d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Run 'make' in this folder, preferably with some of the following settings: Name | Function --------|-------- `RELEASE=1` | Compile a release build (optimised, stripped, etc.) -`STATIC=1` | Produce a statically-linked executable (so you don't need to bundle DLL files) +`STATIC=1` | Produce a statically-linked executable (good for Windows builds, so you don't need to bundle DLL files) `JAPANESE=1` | Enable the Japanese-language build (instead of the unofficial Aeon Genesis English translation) `FIX_BUGS=1` | Fix various bugs in the game `WINDOWS=1` | Build for Windows