]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Update Compiling: debian deps
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 18 Feb 2023 11:51:28 +0000 (11:51 +0000)
committerbones_was_here <bones_was_here@xonotic.au>
Sat, 18 Feb 2023 11:51:28 +0000 (11:51 +0000)
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`