mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Documentation: Replace deprecated osxfuse with macfuse
This commit is contained in:
parent
395d9a2702
commit
ecf53105b0
Notes:
sideshowbarker
2024-07-18 00:34:07 +09:00
Author: https://github.com/tbhaxor 🔰 Commit: https://github.com/SerenityOS/serenity/commit/ecf53105b0c Pull-request: https://github.com/SerenityOS/serenity/pull/11982
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ brew install coreutils e2fsprogs qemu bash gcc@11 imagemagick ninja cmake ccache
|
|||
|
||||
# (option 1) fuse + ext2
|
||||
brew install m4 autoconf automake libtool
|
||||
brew install --cask osxfuse
|
||||
brew install --cask macfuse
|
||||
Toolchain/BuildFuseExt2.sh
|
||||
|
||||
# (option 2) genext2fs
|
||||
|
@ -26,5 +26,5 @@ brew install genext2fs
|
|||
|
||||
Notes:
|
||||
|
||||
- Installing osxfuse for the first time requires enabling its system extension in System Preferences and then restarting
|
||||
your machine. The output from installing osxfuse with brew says this, but it's easy to miss.
|
||||
- Installing macfuse for the first time requires enabling its system extension in System Preferences and then restarting
|
||||
your machine. The output from installing macfuse with brew says this, but it's easy to miss.
|
||||
|
|
Loading…
Reference in a new issue