summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorEric Butler <eric@level.com>2021-05-09 08:47:45 -0400
committerAndreas Kling <kling@serenityos.org>2021-05-09 15:34:12 +0200
commitbf31b0da7dce87d605b417e192529d1fb93551c5 (patch)
treea685cd61c8407bfe1cbde348bae563927a41e05d /Documentation
parent1a48609c6bcf7b041ef3811585e1c1ab58652394 (diff)
downloadserenity-bf31b0da7dce87d605b417e192529d1fb93551c5.zip
Documentation: Suggest using genext2fs on macos
This is a nice alternative to dealing with fuse, and a step forward towards not requiring root.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildInstructions.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md
index 11c23f7605..659cc618f2 100644
--- a/Documentation/BuildInstructions.md
+++ b/Documentation/BuildInstructions.md
@@ -114,10 +114,13 @@ Make sure you have all the dependencies installed:
# core
brew install coreutils qemu bash gcc@10 ninja cmake
-# Fuse + ext2
+# (option 1) fuse + ext2
brew install e2fsprogs m4 autoconf automake libtool
brew install --cask osxfuse
Toolchain/BuildFuseExt2.sh
+
+# (option 2) genext2fs
+brew install genext2fs
```
Notes: