X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.wiki.git;a=blobdiff_plain;f=Compiling.md;fp=Compiling.md;h=1b54a8d759eb0cec974757322b8f732d577273e7;hp=12b561a00aa908342fcfe84e63c38a5a15a61399;hb=ca4f79472f283b05132600491ce3d17091c186a3;hpb=d309f2d3803560e52461834d03b5537b016080e0 diff --git a/Compiling.md b/Compiling.md index 12b561a..1b54a8d 100644 --- a/Compiling.md +++ b/Compiling.md @@ -13,7 +13,7 @@ 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 zlib1g-dev` +Build (client): `build-essential automake libtool libgmp-dev libjpeg-dev libsdl2-dev` +Build (server): `build-essential automake libtool libgmp-dev libjpeg-dev zlib1g-dev` Runtime (client): `curl rsync libpng16-16 libfreetype6 libvorbisfile3` Runtime (server): `curl rsync libpng16-16`