From: bones_was_here Date: Mon, 26 Feb 2024 15:39:23 +0000 (+1000) Subject: README: add some build notes X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=76ab7ce47486bcd718989b6513df3bc54201538a;p=xonotic%2Fdarkplaces.git README: add some build notes Signed-off-by: bones_was_here --- diff --git a/README.md b/README.md index c67c8be4..2fdbe341 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Developed by LadyHavoc. See [CREDITS](CREDITS.md) for a list of contributors. ## Build instructions (WIP) +These instructions are adequate for Quake, but for Xonotic please refer to [its wiki](https://gitlab.com/xonotic/xonotic/-/wikis/Compiling). + ### Required packages The minimum SDL version is 2.0.18 for Linux and 2.24.0 for Windows. @@ -63,6 +65,7 @@ If you get errors (that don't seem to be about missing dependencies) try `make c ### Windows (Visual Studio) +May work but not recommended due to lack of support for C standards, and lack of maintenance. Instructions TODO. ## Contributing