1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:07:45 +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:
Brandon Doornbos 2022-04-04 09:23:22 +02:00 committed by Andreas Kling
parent f899c19d41
commit 36b6356ce5
2 changed files with 4 additions and 1 deletions

View file

@ -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).