mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Extend openSUSE Leap build instructions
This commit is contained in:
parent
7f04ceb4f6
commit
1140c965cd
Notes:
sideshowbarker
2024-07-17 07:35:03 +09:00
Author: https://github.com/JoergStrebel 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/1140c965cd Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/463 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue