diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2021-07-29 14:05:25 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-29 14:44:18 +0200 |
commit | d0be3705688c8fbdf3b1c2c407add7748a4a8a0e (patch) | |
tree | ce4a658357a8591615f1abd73913e25072c05af6 /Documentation | |
parent | f6ccff944af879ed94b6854744440dc7a0d4c37a (diff) | |
download | serenity-d0be3705688c8fbdf3b1c2c407add7748a4a8a0e.zip |
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.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildInstructionsMacOS.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/BuildInstructionsMacOS.md b/Documentation/BuildInstructionsMacOS.md index a774bcb787..7f39640330 100644 --- a/Documentation/BuildInstructionsMacOS.md +++ b/Documentation/BuildInstructionsMacOS.md @@ -8,10 +8,10 @@ Make sure you also have all the following dependencies installed: ```console # 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 -brew install e2fsprogs m4 autoconf automake libtool +brew install m4 autoconf automake libtool brew install --cask osxfuse Toolchain/BuildFuseExt2.sh |