mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
Documentation: Always install e2fsprogs on MacOS
The `Meta/build-image-qemu.sh` script runs mke2fs in both the FUSE and genext2fs options, so always install e2fsprogs.
This commit is contained in:
parent
f6ccff944a
commit
d0be370568
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ Make sure you also have all the following dependencies installed:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# core
|
# core
|
||||||
brew install coreutils qemu bash gcc@10 ninja cmake ccache rsync
|
brew install coreutils e2fsprogs qemu bash gcc@10 ninja cmake ccache rsync
|
||||||
|
|
||||||
# (option 1) fuse + ext2
|
# (option 1) fuse + ext2
|
||||||
brew install e2fsprogs m4 autoconf automake libtool
|
brew install m4 autoconf automake libtool
|
||||||
brew install --cask osxfuse
|
brew install --cask osxfuse
|
||||||
Toolchain/BuildFuseExt2.sh
|
Toolchain/BuildFuseExt2.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue