mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta: Add openSUSE dependencies to build documentation (#2801)
This commit is contained in:
parent
6075defd55
commit
782cd93c01
Notes:
sideshowbarker
2024-07-19 17:33:26 +09:00
Author: https://github.com/raccube 🔰 Commit: https://github.com/SerenityOS/serenity/commit/782cd93c012 Pull-request: https://github.com/SerenityOS/serenity/pull/2801
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ sudo apt install build-essential cmake curl libmpfr-dev libmpc-dev libgmp-dev e2
|
|||
sudo dnf install curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs @"C Development Tools and Libraries" @Virtualization
|
||||
```
|
||||
|
||||
**openSUSE**
|
||||
```bash
|
||||
sudo zypper install curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs patch qemu-x86 qemu-audio-pa gcc gcc-c++ patterns-devel-C-C++-devel_C_C++
|
||||
```
|
||||
|
||||
**Arch Linux / Manjaro**
|
||||
```bash
|
||||
sudo pacman -S base-devel cmake curl mpfr libmpc gmp e2fsprogs qemu qemu-arch-extra
|
||||
|
|
Loading…
Reference in a new issue