From: bones_was_here Date: Sat, 23 Dec 2023 07:01:06 +0000 (+1000) Subject: README.md: add SDL version requirements X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=82e099a62d736dbcee27910d05c71d332dfa0837;p=xonotic%2Fdarkplaces.git README.md: add SDL version requirements Signed-off-by: bones_was_here --- diff --git a/README.md b/README.md index 72e7b8d6..c67c8be4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ Developed by LadyHavoc. See [CREDITS](CREDITS.md) for a list of contributors. ### Required packages -These names are for Debian, you may need to find equivalents for your platform. +The minimum SDL version is 2.0.18 for Linux and 2.24.0 for Windows. +The following package names are for Debian, see below for Windows and Mac. ##### Client Build (mandatory): `build-essential` `libjpeg-dev` `libsdl2-dev` @@ -62,7 +63,7 @@ If you get errors (that don't seem to be about missing dependencies) try `make c ### Windows (Visual Studio) -Instructions coming soon. +Instructions TODO. ## Contributing