Documentation: Add cmake to brew installs

MacOS does not ship with CMake, so we have to install it before it
can be used!
This commit is contained in:
thislooksfun 2021-04-01 21:12:42 -05:00 committed by Andreas Kling
parent 20ca1acdbf
commit 408398e276
Notes: sideshowbarker 2024-07-18 20:53:44 +09:00

View file

@ -111,7 +111,7 @@ 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
brew install coreutils qemu e2fsprogs m4 autoconf libtool automake bash gcc@10 ninja cmake
brew install --cask osxfuse
Toolchain/BuildFuseExt2.sh
```