From d8dcaed009b5017dd475d39837602b140987caa8 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 31 Dec 2022 18:50:59 -0500 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a27c23b..4da5e593 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ Available options: | `SYSTEM_RTMIDI` | `OFF` | Use a system-installed version of RtMidi instead of the vendored one | | `SYSTEM_ZLIB` | `OFF` | Use a system-installed version of zlib instead of the vendored one | | `SYSTEM_SDL2` | `OFF` | Use a system-installed version of SDL2 instead of the vendored one | +| `SUPPORT_XP` | `OFF` | Build a Windows XP-compatible binary | | `WARNINGS_ARE_ERRORS` | `OFF` (but consider enabling this & reporting any errors that arise from it!) | Whether warnings in furnace's C++ code should be treated as errors | | `WITH_DEMOS` | `ON` | Install demo songs on `make install` | | `WITH_INSTRUMENTS` | `ON` | Install demo instruments on `make install` |