]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Compiling.md
Add links to Mayhem and Survival modes
[xonotic/xonotic.wiki.git] / Compiling.md
index 41f1b8815f18eab50a4843491eb20721fd90d77d..2e6d3c390bc5ad1416f58174104b2c126133f163 100644 (file)
@@ -13,5 +13,7 @@ Invoking `make` or `make help` in the Xonotic directory will print the supported
 
 ## System package dependencies
 ### Debian
-Build: `build-essential automake libgmp-dev libjpeg-dev libsdl2-dev`  
-Runtime: `libfreetype6 libvorbis libpng libcurl rsync`  
+Build (client): `build-essential automake libgmp-dev libjpeg-dev libsdl2-dev`  
+Build (server): `build-essential automake libgmp-dev libjpeg-dev`  
+Runtime (client): `libcurl rsync libpng libfreetype6 libvorbisfile`  
+Runtime (server): `libcurl rsync libpng`