diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildInstructions.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 4c4f7b777c..3c8aa9a2ad 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -111,7 +111,11 @@ Once you're in nix-shell, you should be able to follow the build directions. Make sure you have all the dependencies installed: ```console -brew install coreutils qemu e2fsprogs m4 autoconf libtool automake bash gcc@10 ninja cmake +# core +brew install coreutils qemu bash gcc@10 ninja cmake + +# Fuse + ex2 +brew install osxfuse, e2fsprogs, m4, autoconf, automake, libtool brew install --cask osxfuse Toolchain/BuildFuseExt2.sh ``` |