mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Documentation: Add instructions for building images without root
I could not find the fuse2fs or equivalent packages for the other distros, so it is represented separately for each distro that does have it.
This commit is contained in:
parent
f899c19d41
commit
36b6356ce5
Notes:
sideshowbarker
2024-07-17 14:27:58 +09:00
Author: https://github.com/brandon-doornbos 🔰 Commit: https://github.com/SerenityOS/serenity/commit/36b6356ce5 Pull-request: https://github.com/SerenityOS/serenity/pull/13502
2 changed files with 4 additions and 1 deletions
|
@ -9,6 +9,7 @@ Make sure you have all the dependencies installed:
|
|||
```console
|
||||
sudo apt install build-essential cmake curl libmpfr-dev libmpc-dev libgmp-dev e2fsprogs ninja-build qemu-system-gui qemu-system-x86 qemu-utils ccache rsync unzip texinfo
|
||||
```
|
||||
Optional: `fuse2fs` for [building images without root](https://github.com/SerenityOS/serenity/pull/11224).
|
||||
|
||||
#### GCC 11
|
||||
|
||||
|
@ -49,6 +50,7 @@ for details.
|
|||
```console
|
||||
sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu qemu-arch-extra ccache rsync unzip
|
||||
```
|
||||
Optional: `fuse2fs` for [building images without root](https://github.com/SerenityOS/serenity/pull/11224).
|
||||
|
||||
### Other systems
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
```console
|
||||
sudo dnf install texinfo binutils-devel curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs ninja-build patch ccache rsync @"C Development Tools and Libraries" @Virtualization
|
||||
```
|
||||
Optional: `fuse2fs` for [building images without root](https://github.com/SerenityOS/serenity/pull/11224).
|
||||
|
||||
## openSUSE
|
||||
|
||||
|
@ -64,4 +65,4 @@ doas pkg_add bash cmake g++ gcc git gmake gmp ninja ccache rsync coreutils qemu
|
|||
```console
|
||||
pkg install qemu bash cmake coreutils e2fsprogs fusefs-ext2 gcc11 git gmake ninja sudo gmp mpc mpfr ccache rsync
|
||||
```
|
||||
|
||||
Optional: `fusefs-ext2` for [building images without root](https://github.com/SerenityOS/serenity/pull/11224).
|
||||
|
|
Loading…
Reference in a new issue