mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +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
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue