From 7dc069100d44e009083247ba6662a44380c6701e Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Mon, 14 Oct 2024 16:20:36 +0800 Subject: [PATCH] Improve macOS build guide (#19172) - `mold` moved to `sold` long time ago. And https://github.com/bluewhalesystems/sold/issues/43... - And add a step for accepting xcodebuild license Signed-off-by: Xavier Lau --- docs/src/development/macos.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/src/development/macos.md b/docs/src/development/macos.md index c5cbf56e15f1a3a894227e01643067432261daf6..2fd076b0fad71c53655de8cf3753b01340d95ce1 100644 --- a/docs/src/development/macos.md +++ b/docs/src/development/macos.md @@ -21,6 +21,7 @@ Clone down the [Zed repository](https://github.com/zed-industries/zed). ```sh sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer + sudo xcodebuild -license accept ``` - Install the Rust wasm toolchain: @@ -35,12 +36,6 @@ Clone down the [Zed repository](https://github.com/zed-industries/zed). brew install cmake ``` -- (Optional) Install `mold` to speed up link times - - ```sh - brew install mold - ``` - ## Backend Dependencies If you are developing collaborative features of Zed, you'll need to install the dependencies of zed's `collab` server: