mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Add dependencies for openSUSE
This commit is contained in:
parent
c0b4083b02
commit
f99a5e10a3
Notes:
sideshowbarker
2024-07-19 16:54:08 +09:00
Author: https://github.com/raphj 🔰 Commit: https://github.com/SerenityOS/serenity/commit/f99a5e10a36 Pull-request: https://github.com/SerenityOS/serenity/pull/18543 Reviewed-by: https://github.com/gmta ✅
1 changed files with 6 additions and 1 deletions
|
@ -27,7 +27,12 @@ On Fedora or derivatives:
|
|||
sudo dnf install cmake libglvnd-devel ninja-build qt6-qtbase-devel qt6-qttools-devel qt6-qtwayland-devel
|
||||
```
|
||||
|
||||
On Nix/NixOS
|
||||
On openSUSE:
|
||||
```
|
||||
sudo zypper install cmake libglvnd-devel ninja qt6-base-devel qt6-tools-devel qt6-wayland-devel
|
||||
```
|
||||
|
||||
On Nix/NixOS:
|
||||
```
|
||||
nix-shell ladybird.nix
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue