From 63c459b6c1bcc9563ec674803948f7601af11f93 Mon Sep 17 00:00:00 2001 From: John Diamond Date: Wed, 2 Nov 2022 17:46:37 +0100 Subject: [PATCH] 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. --- Documentation/BuildInstructionsMacOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/BuildInstructionsMacOS.md b/Documentation/BuildInstructionsMacOS.md index 97f295a289..eae2b3e4fa 100644 --- a/Documentation/BuildInstructionsMacOS.md +++ b/Documentation/BuildInstructionsMacOS.md @@ -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