From ca4f79472f283b05132600491ce3d17091c186a3 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Sun, 14 Apr 2024 11:46:33 +0000 Subject: [PATCH] Update Compiling: add libtool dependency --- Compiling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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` -- 2.39.2