From: bones_was_here Date: Sun, 14 Apr 2024 11:46:33 +0000 (+0000) Subject: Update Compiling: add libtool dependency X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic.wiki.git;a=commitdiff_plain;h=HEAD Update Compiling: add libtool dependency --- 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`