Documentation: Suggest using genext2fs on macos
This is a nice alternative to dealing with fuse, and a step forward towards not requiring root.
This commit is contained in:
parent
1a48609c6b
commit
bf31b0da7d
Notes:
sideshowbarker
2024-07-19 17:27:56 +09:00
Author: https://github.com/codebutler Commit: https://github.com/SerenityOS/serenity/commit/bf31b0da7dc Pull-request: https://github.com/SerenityOS/serenity/pull/6987
1 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue