From: bones_was_here Date: Sat, 18 Feb 2023 11:51:28 +0000 (+0000) Subject: Update Compiling: debian deps X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c70aae3d95190d1cf939c6ccbe56ebc0dcdcdb42;p=xonotic%2Fxonotic.wiki.git Update Compiling: debian deps --- diff --git a/Compiling.md b/Compiling.md index 9f4ec4e..2e6d3c3 100644 --- a/Compiling.md +++ b/Compiling.md @@ -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`