Skip to content

Commit

Permalink
Documentation: Add information on MacOS build prerequisites
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ryuu22 authored and bgianfo committed Jul 4, 2022
1 parent 036f68f commit 65440f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/BuildInstructionsMacOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 65440f9

Please sign in to comment.