mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:27:35 +00:00
Documentation: Recommend using Xcode's command line tools on macOS
This commit is contained in:
parent
cc1b2b95f7
commit
7c6fc79c23
1 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,12 @@
|
|||
|
||||
# Prerequisites
|
||||
|
||||
This installation guide assumes that you have Homebrew, Xcode and `xcode-tools` installed.
|
||||
This installation guide assumes that you have [Homebrew](https://brew.sh) and Xcode installed. You need to open Xcode atleast once for it to install the required tools.
|
||||
|
||||
Before you build, you must set your command line tools to Xcode's tools instead of the ones installed via Homebrew:
|
||||
```console
|
||||
sudo xcode-select --switch /Applications/Xcode.app
|
||||
```
|
||||
|
||||
Make sure you also have all the following dependencies installed:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue