mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:27:35 +00:00
Documentation: Split brew install commands into core and fuse+ext2
If you don't need/want to use Fuse+ex2 then half of the existing install command is unnecessary, and it's hard to pick out which you do and don't need to, for example, build Lagom. This makes it clear which commands you can skip if you don't need ex2 support.
This commit is contained in:
parent
408398e276
commit
05d7869dc0
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue