mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue