mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Add information on MacOS build prerequisites
This PR includes information that highlights the importance of updating Xcode on MacOS. I ran into problems building serenity on MacOS because I had Xcode installed but not updated in a while. This triggered seemingly unrelated errors that were easily solved by updating Xcode.
This commit is contained in:
parent
036f68f857
commit
65440f9262
Notes:
sideshowbarker
2024-07-17 09:45:43 +09:00
Author: https://github.com/Ryuu22 🔰 Commit: https://github.com/SerenityOS/serenity/commit/65440f9262 Pull-request: https://github.com/SerenityOS/serenity/pull/14423 Reviewed-by: https://github.com/FireFox317
1 changed files with 1 additions and 0 deletions
|
@ -34,3 +34,4 @@ Notes:
|
|||
|
||||
- Installing macfuse for the first time requires enabling its system extension in System Preferences and then restarting
|
||||
your machine. The output from installing macfuse with brew says this, but it's easy to miss.
|
||||
- It's important to make sure that Xcode is not only installed but also accordingly updated, otherwise CMake will run into incompatibilities with GCC.
|
||||
|
|
Loading…
Reference in a new issue