]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Update Compiling: add missing dedicated server build dependency
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 5 Nov 2023 20:44:45 +0000 (20:44 +0000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 5 Nov 2023 20:44:45 +0000 (20:44 +0000)
Compiling.md

index 2e6d3c390bc5ad1416f58174104b2c126133f163..1370142cfefda9152ea6147ad8e7acc46ec2ad8b 100644 (file)
@@ -14,6 +14,6 @@ Invoking `make` or `make help` in the Xonotic directory will print the supported
 ## System package dependencies
 ### Debian
 Build (client): `build-essential automake libgmp-dev libjpeg-dev libsdl2-dev`  
-Build (server): `build-essential automake libgmp-dev libjpeg-dev`  
+Build (server): `build-essential automake libgmp-dev libjpeg-dev zlib1g-dev`  
 Runtime (client): `libcurl rsync libpng libfreetype6 libvorbisfile`  
 Runtime (server): `libcurl rsync libpng`