From 835a4edc13631ffdd9f57d7ab0724c902622f2e7 Mon Sep 17 00:00:00 2001 From: Bjoern Kerler Date: Tue, 10 Dec 2024 12:02:49 +0100 Subject: [PATCH] Update Linux build instructions --- doc/How to build - Linux et al.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/How to build - Linux et al.md b/doc/How to build - Linux et al.md index 53195e21a7..15d2037e11 100644 --- a/doc/How to build - Linux et al.md +++ b/doc/How to build - Linux et al.md @@ -17,7 +17,7 @@ You need at least 8GB of RAM on your system. Linking on a 4GB RAM system will li GNU build tools, CMake, git and other libraries have to be installed on the build machine. Unless that's already the case, install them as usual from your distribution packages. -E.g. on Ubuntu 20.10, run +E.g. on Ubuntu 24.04 / Debian 12, run ```shell sudo apt-get install -y \ git \ @@ -27,8 +27,8 @@ cmake \ libglu1-mesa-dev \ libgtk-3-dev \ libdbus-1-dev \ -libwebkit2gtk-4.0-dev \ - +libwebkit2gtk-4.1-dev \ +texinfo ``` The names of the packages may be different on different distros.