From d47b24e362861de8f2f34c3007fe976b84d174a9 Mon Sep 17 00:00:00 2001 From: ThomasChr Date: Tue, 5 Oct 2021 08:34:36 +0200 Subject: [PATCH] add poedit and smpq to build instructions --- docs/building.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/building.md b/docs/building.md index 76c270f41..cdd366888 100644 --- a/docs/building.md +++ b/docs/building.md @@ -7,13 +7,20 @@ cmake .. -DVERSION_NUM=1.0.0 -DVERSION_SUFFIX=FFFFFFF -DCMAKE_BUILD_TYPE=Release
Linux -Note that ```pkg-config``` is an optional dependency for finding libsodium, -although we have a fallback if necessary. +Note that ```pkg-config``` is an optional dependency for finding libsodium, although we have a fallback if necessary. ### Installing dependencies on Debian and Ubuntu ``` sudo apt-get install cmake g++ libsdl2-dev libsodium-dev libpng-dev ``` +### If you want to build the translations (optional) +``` +sudo apt-get install gettext poedit +``` +### If you want to build the devilutionX.mpg File (optional) +``` +sudo apt-get install smpq +``` ### Installing dependencies on Fedora ``` sudo dnf install cmake gcc-c++ glibc-devel SDL2-devel libsodium-devel libpng-devel libasan libubsan