X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=README.md;h=c67c8be42bb2794670776e0f3220278ffd9ad371;hb=f126a74a91735cca8765bda2a6e7c68a9ad203fa;hp=72e7b8d6fc1902c4d24044b9d60aa14ec46d1cdc;hpb=8e7b42d509d36c9bdda23487612ff1ca8c139b1d;p=xonotic%2Fdarkplaces.git 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