mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +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
Notes:
sideshowbarker
2024-07-18 07:48:01 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/d0be3705688 Pull-request: https://github.com/SerenityOS/serenity/pull/9086
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…
Reference in a new issue