]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Repository_Access.md
Clarify memory and disk requirements
[xonotic/xonotic.wiki.git] / Repository_Access.md
index a873806241e6987bd30d52bc12a7e991ab6c573d..05064b5cbb11bfb9bd7cf8f7d4c4483f7565c28b 100644 (file)
@@ -6,7 +6,9 @@ Xonotic uses [several Git repositories](Git). The `all` script in the main repo
 Build Requirements
 ------------------
 
-Make sure you have at least 2 GB memory to compile.
+Make sure you have at least 2 GB memory to compile.  This is enough to run a git server, but 4GB is needed to play using a git client.
+
+[About 12GB of disk space is required for the git repositories.](Git)
 
 ### Linux
 
@@ -31,7 +33,7 @@ Note: `x11-proto-devel` or `xorg-x11-proto-devel` might be needed but might be a
 
 **Archlinux** dependencies:
 
-    sudo pacman -S alsa-lib curl git libjpeg-turbo libmodplug libpng libvorbis libxpm libxxf86dga libxxf86vm sdl2 unzip
+    sudo pacman -S alsa-lib curl git libjpeg-turbo libmodplug libpng libvorbis libxpm xorgproto libxxf86vm sdl2 unzip
 
 ### Windows