mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
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:
parent
20ca1acdbf
commit
408398e276
Notes:
sideshowbarker
2024-07-18 20:53:44 +09:00
Author: https://github.com/thislooksfun Commit: https://github.com/SerenityOS/serenity/commit/408398e2766 Pull-request: https://github.com/SerenityOS/serenity/pull/6069 Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue