From 408398e2766a2e81e0fe4bf18fcf88ee05506d0d Mon Sep 17 00:00:00 2001 From: thislooksfun Date: Thu, 1 Apr 2021 21:12:42 -0500 Subject: Documentation: Add cmake to brew installs MacOS does not ship with CMake, so we have to install it before it can be used! --- Documentation/BuildInstructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') 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 ``` -- cgit v1.2.3