mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 13:11:46 +03:00
Documentation: Update macOS build instructions cask invocation (#4561)
brew deprecated `brew cask` and requires `brew install --cask` instead
This commit is contained in:
parent
f1534ff36e
commit
33834090bb
Notes:
sideshowbarker
2024-07-19 00:34:13 +09:00
Author: https://github.com/lanza Commit: https://github.com/SerenityOS/serenity/commit/33834090bb9 Pull-request: https://github.com/SerenityOS/serenity/pull/4561
@ -61,7 +61,7 @@ Ensure your CMake version is >= 3.16 with `cmake --version`. If your system does
|
||||
Make sure you have all the dependencies installed:
|
||||
```bash
|
||||
brew install coreutils qemu e2fsprogs m4 autoconf libtool automake bash gcc@10
|
||||
brew cask install osxfuse
|
||||
brew install --cask osxfuse
|
||||
Toolchain/BuildFuseExt2.sh
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user