diff options
author | Daniel K Bueno <DaniiCarmona22@gmail.com> | 2022-06-29 15:38:28 +0900 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-07-04 05:52:31 +0000 |
commit | 65440f9262ec4340ae107e0fabe275146ae3400f (patch) | |
tree | d4473c3bcdaef406112ed8795ac628eb0d7fee85 /Documentation/BuildInstructionsMacOS.md | |
parent | 036f68f8573cceb8d7e219ba15bbd374d40e2fca (diff) | |
download | serenity-65440f9262ec4340ae107e0fabe275146ae3400f.zip |
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.
Diffstat (limited to 'Documentation/BuildInstructionsMacOS.md')
-rw-r--r-- | Documentation/BuildInstructionsMacOS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/BuildInstructionsMacOS.md b/Documentation/BuildInstructionsMacOS.md index fc380bcfd7..97f295a289 100644 --- a/Documentation/BuildInstructionsMacOS.md +++ b/Documentation/BuildInstructionsMacOS.md @@ -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. |