Documentation: Add a note about running on Apple Silicon

This commit is contained in:
Daniel Bertalan 2023-03-11 20:08:16 +01:00 committed by Andreas Kling
parent ae51c1821c
commit 59ba94a2d2
Notes: sideshowbarker 2024-07-17 04:03:27 +09:00

View file

@ -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.