From 85bb65404592e9a51c6ce7067f5c498c44ecbb8c Mon Sep 17 00:00:00 2001 From: Jounaid Date: Tue, 7 Oct 2025 14:41:01 +0100 Subject: [PATCH] Update Documentation/dev/build.md, add Rocky 8 qt5-qtsvg-devel installation dependancy For rocky 8, qt5-qtsvg-devel is also required. This commit updates the build.md doc to reflect this. --- Documentation/dev/build.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/dev/build.md b/Documentation/dev/build.md index 268496e9e9c..9b95a27aa36 100644 --- a/Documentation/dev/build.md +++ b/Documentation/dev/build.md @@ -41,15 +41,18 @@ Please run the command in a terminal to install the following dependencies depen ##### Ubuntu 18.04 LTS / Debian 10 `sudo apt-get install git cmake build-essential libgl1-mesa-dev libxt-dev qt5-default libqt5x11extras5-dev libqt5help5 qttools5-dev qtxmlpatterns5-dev-tools libqt5svg5-dev python3-dev python3-numpy libopenmpi-dev libtbb-dev ninja-build` -##### Centos 7 +##### Centos 7 / Rocky 8 ###### CMake Download and install [cmake][cmake-download]) as the packaged version is not enough considering that CMake 3.12 or higher is needed. -###### Others +###### Others Centos 7 `sudo yum install python3-devel openmpi-devel mesa-libGL-devel libX11-devel libXt-devel qt5-qtbase-devel qt5-qtx11extras-devel qt5-qttools-devel qt5-qtxmlpatterns-devel tbb-devel ninja-build git` +###### Others Rocky 8 +`sudo yum install python3-devel openmpi-devel mesa-libGL-devel libX11-devel libXt-devel qt5-qtbase-devel qt5-qtx11extras-devel qt5-qttools-devel qt5-qtxmlpatterns-devel qt5-qtsvg-devel tbb-devel ninja-build git` + ###### Environment ```sh alias ninja=ninja-build