summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorNicolas Danelon <nicolasdanelon@users.noreply.github.com>2021-10-24 10:45:37 -0300
committerAndreas Kling <kling@serenityos.org>2021-11-02 12:24:39 +0100
commitb233cdde777fb78cf70d344e956d27956ac4e9d0 (patch)
tree0922313f2b84c6da92477e60e7088ed706a0f0c3 /Documentation
parent03494ed6ba31cf8603764bc3a9d4357ca0c8bdad (diff)
downloadserenity-b233cdde777fb78cf70d344e956d27956ac4e9d0.zip
Documentation: Update BuildInstructionsMacOS.md
- gcc@10 is not available for M1, using gcc 11. - the path to qemu is now dynamic
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildInstructionsMacOS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/BuildInstructionsMacOS.md b/Documentation/BuildInstructionsMacOS.md
index e49ed170e9..896c283c23 100644
--- a/Documentation/BuildInstructionsMacOS.md
+++ b/Documentation/BuildInstructionsMacOS.md
@@ -8,7 +8,7 @@ Make sure you also have all the following dependencies installed:
```console
# core
-brew install coreutils e2fsprogs qemu bash gcc@10 imagemagick ninja cmake ccache rsync
+brew install coreutils e2fsprogs qemu bash gcc@11 imagemagick ninja cmake ccache rsync
# (option 1) fuse + ext2
brew install m4 autoconf automake libtool
@@ -30,7 +30,7 @@ If you are on macOS Big Sur, you will need to manually enable QEMU's hardware ac
creating a new file called `entitlements.xml` in the `Build/` folder, with the content below, and then running this
command:
-`codesign -s - --entitlements entitlements.xml --force /usr/local/bin/qemu-system-x86_64`
+`codesign -s - --entitlements entitlements.xml --force $(which qemu-system-x86_64)`
<details>
<summary>Content for 'entitlements.xml'.</summary>