mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:17:44 +00:00
Documentation: Add a note about running on Apple Silicon
This commit is contained in:
parent
ae51c1821c
commit
59ba94a2d2
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ brew install gcc@12
|
|||
|
||||
# Notes
|
||||
|
||||
You can use both Intel and Apple Silicon Macs to run the x86-64 version of SerenityOS. You do not
|
||||
need to install Rosetta for this. An emulator is used when running on an Apple Silicon, so Serenity
|
||||
will be slower compared to running natively with hardware-assisted virtualization on an Intel machine.
|
||||
|
||||
If you're building on M1 Mac and have Homebrew installed in both Rosetta and native environments,
|
||||
you have to make sure that required packages are installed only in one of the environments. Otherwise,
|
||||
these installations can conflict during the build process, which is manifested in hard to diagnose issues.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue