From: bones_was_here Date: Sun, 5 Nov 2023 20:44:45 +0000 (+0000) Subject: Update Compiling: add missing dedicated server build dependency X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=34da291c6438262ff1bc38c4e3a0a06a2763821d;p=xonotic%2Fxonotic.wiki.git Update Compiling: add missing dedicated server build dependency --- diff --git a/Compiling.md b/Compiling.md index 2e6d3c3..1370142 100644 --- a/Compiling.md +++ b/Compiling.md @@ -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`