Documentation: Extend openSUSE Leap build instructions

This commit is contained in:
Jörg Strebel
2024-07-06 21:23:07 +02:00
committed by Andrew Kaster
parent 7f04ceb4f6
commit 1140c965cd

View File

@@ -52,8 +52,9 @@ sudo dnf install automake cmake libglvnd-devel ninja-build qt6-qtbase-devel qt6-
On openSUSE:
```
sudo zypper install automake cmake libglvnd-devel ninja qt6-base-devel qt6-multimedia-devel qt6-tools-devel qt6-wayland-devel ccache liberation-fonts curl zip unzip tar autoconf-archive ffmpeg-7-libavcodec-devel
sudo zypper install automake cmake libglvnd-devel ninja qt6-base-devel qt6-multimedia-devel qt6-tools-devel qt6-wayland-devel ccache liberation-fonts curl zip unzip tar autoconf-archive ffmpeg-7-libavcodec-devel gcc13 gcc13-c++
```
The build process requires at least python3.7; openSUSE Leap only features Python 3.6 as default, so it is recommendable to install package python311 and create a virtual environment (venv) in this case.
On NixOS or with Nix:
```console