mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Documentation: Recommend using Xcode's command line tools on macOS
This commit is contained in:
parent
cc1b2b95f7
commit
7c6fc79c23
Notes:
sideshowbarker
2024-07-17 22:05:46 +09:00
Author: https://github.com/caoimhebyrne Commit: https://github.com/SerenityOS/serenity/commit/7c6fc79c236 Pull-request: https://github.com/SerenityOS/serenity/pull/11449
1 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,12 @@
|
||||||
|
|
||||||
# Prerequisites
|
# 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:
|
Make sure you also have all the following dependencies installed:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue