diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 10671e220b..158f37398f 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -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 diff --git a/Documentation/BuildInstructionsOther.md b/Documentation/BuildInstructionsOther.md index 8cb9ad558a..75ab95f3b5 100644 --- a/Documentation/BuildInstructionsOther.md +++ b/Documentation/BuildInstructionsOther.md @@ -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).