From 14b50e96c6039a716b2733a901a1d403df8b8743 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 9 Sep 2024 11:50:53 -0500 Subject: [PATCH] Update compile installation for Debian/Ubuntu --- docs/Getting/compile.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Getting/compile.rst b/docs/Getting/compile.rst index ea6759a6fe..bb13e07c3e 100644 --- a/docs/Getting/compile.rst +++ b/docs/Getting/compile.rst @@ -164,6 +164,7 @@ following commands: $ sudo apt install git \ cmake \ ninja-build \ + g++ \ python3 \ qtbase5-dev \ libqt5svg5-dev \ @@ -173,8 +174,9 @@ following commands: libsdl2-mixer-dev \ libunwind-dev \ libdw-dev \ + gettext \ python3-sphinx \ - clang-format-11 + clang-format At this point, follow the steps in `Obtaining the Source Code`_ section below.