Docs: Update developing zed docs to match (#21379)
Some changes just so the build docs for the different os matches each other :) macos: - moved `rust wasm toolchain install` up under `rust install` (match windows docs) - add instructions to update rust if already installed (match windows and linux docs) windows: - add `(required by a dependency)` to cmake install (match macos docs) Release Notes: - N/A
This commit is contained in:
parent
bf569d720e
commit
4d5415273e
3 changed files with 5 additions and 24 deletions
|
@ -6,7 +6,8 @@ Clone down the [Zed repository](https://github.com/zed-industries/zed).
|
|||
|
||||
## Dependencies
|
||||
|
||||
- Install [Rust](https://www.rust-lang.org/tools/install)
|
||||
- Install [rustup](https://www.rust-lang.org/tools/install)
|
||||
|
||||
- Install [Xcode](https://apps.apple.com/us/app/xcode/id497799835?mt=12) from the macOS App Store, or from the [Apple Developer](https://developer.apple.com/download/all/) website. Note this requires a developer account.
|
||||
|
||||
> Ensure you launch Xcode after installing, and install the macOS components, which is the default option.
|
||||
|
@ -24,12 +25,6 @@ Clone down the [Zed repository](https://github.com/zed-industries/zed).
|
|||
sudo xcodebuild -license accept
|
||||
```
|
||||
|
||||
- Install the Rust wasm toolchain:
|
||||
|
||||
```sh
|
||||
rustup target add wasm32-wasip1
|
||||
```
|
||||
|
||||
- Install `cmake` (required by [a dependency](https://docs.rs/wasmtime-c-api-impl/latest/wasmtime_c_api/))
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue