From 1140c965cd58862582ecce49c20138ae53111f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Strebel?= Date: Sat, 6 Jul 2024 21:23:07 +0200 Subject: [PATCH] Documentation: Extend openSUSE Leap build instructions --- Documentation/BuildInstructionsLadybird.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/BuildInstructionsLadybird.md b/Documentation/BuildInstructionsLadybird.md index 639e10cc90b..44184ce26b2 100644 --- a/Documentation/BuildInstructionsLadybird.md +++ b/Documentation/BuildInstructionsLadybird.md @@ -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