diff options
author | thislooksfun <tlf@thislooks.fun> | 2021-04-01 21:12:42 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-02 23:08:05 +0200 |
commit | 408398e2766a2e81e0fe4bf18fcf88ee05506d0d (patch) | |
tree | a59b1e8992c36b5be19e4af2836f49a122600d3a /Documentation | |
parent | 20ca1acdbf42aabc284578512f790d77b41d8e2d (diff) | |
download | serenity-408398e2766a2e81e0fe4bf18fcf88ee05506d0d.zip |
Documentation: Add cmake to brew installs
MacOS does not ship with CMake, so we have to install it before it
can be used!
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildInstructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 9bbb5f556f..4c4f7b777c 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -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 ``` |