]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Compiling.md
Update Compiling: add missing dedicated server build dependency
[xonotic/xonotic.wiki.git] / Compiling.md
index 9f2ee3e24ffc1ebe0f9a432eb5489a6597459311..1370142cfefda9152ea6147ad8e7acc46ec2ad8b 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 libpng libcurl rsync`  
+Build (client): `build-essential automake libgmp-dev libjpeg-dev libsdl2-dev`  
+Build (server): `build-essential automake libgmp-dev libjpeg-dev zlib1g-dev`  
+Runtime (client): `libcurl rsync libpng libfreetype6 libvorbisfile`  
+Runtime (server): `libcurl rsync libpng`