From 65440f9262ec4340ae107e0fabe275146ae3400f Mon Sep 17 00:00:00 2001 From: Daniel K Bueno Date: Wed, 29 Jun 2022 15:38:28 +0900 Subject: [PATCH] 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. --- Documentation/BuildInstructionsMacOS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/BuildInstructionsMacOS.md b/Documentation/BuildInstructionsMacOS.md index fc380bcfd7c..97f295a2893 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.