mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Update macOS build dependencies to gcc-12
Since commit bc2ebcadc
serenity requires gcc version 12 or later to
build, so let's update the homebrew package version to match that.
This commit is contained in:
parent
11d0489fa3
commit
63c459b6c1
Notes:
sideshowbarker
2024-07-17 04:57:23 +09:00
Author: https://github.com/jdmnd 🔰 Commit: https://github.com/SerenityOS/serenity/commit/63c459b6c1 Pull-request: https://github.com/SerenityOS/serenity/pull/15889 Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Make sure you also have all the following dependencies installed:
|
|||
|
||||
```console
|
||||
# core
|
||||
brew install coreutils e2fsprogs qemu bash gcc@11 imagemagick ninja cmake ccache rsync zstd
|
||||
brew install coreutils e2fsprogs qemu bash gcc@12 imagemagick ninja cmake ccache rsync zstd
|
||||
|
||||
# (option 1) fuse + ext2
|
||||
brew install m4 autoconf automake libtool
|
||||
|
|
Loading…
Reference in a new issue