mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Add a note about running on Apple Silicon
This commit is contained in:
parent
ae51c1821c
commit
59ba94a2d2
Notes:
sideshowbarker
2024-07-17 04:03:27 +09:00
Author: https://github.com/BertalanD Commit: https://github.com/SerenityOS/serenity/commit/59ba94a2d2 Pull-request: https://github.com/SerenityOS/serenity/pull/17811
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…
Reference in a new issue