mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
Documentation: Update BuildInstructionsMacOS.md
- gcc@10 is not available for M1, using gcc 11. - the path to qemu is now dynamic
This commit is contained in:
parent
03494ed6ba
commit
b233cdde77
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ Make sure you also have all the following dependencies installed:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# core
|
# 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
|
# (option 1) fuse + ext2
|
||||||
brew install m4 autoconf automake libtool
|
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
|
creating a new file called `entitlements.xml` in the `Build/` folder, with the content below, and then running this
|
||||||
command:
|
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>
|
<details>
|
||||||
<summary>Content for 'entitlements.xml'.</summary>
|
<summary>Content for 'entitlements.xml'.</summary>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue