]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
README.md: add SDL version requirements
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 23 Dec 2023 07:01:06 +0000 (17:01 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sat, 23 Dec 2023 08:00:17 +0000 (18:00 +1000)
Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
README.md

index 72e7b8d6fc1902c4d24044b9d60aa14ec46d1cdc..c67c8be42bb2794670776e0f3220278ffd9ad371 100644 (file)
--- 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