]> 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 9f4ec4ea9cd17f942273714152fe5adc3df2b28b..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 libvorbisfile 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`