parent
7246a0f39c
commit
e6c4076ef0
3 changed files with 13 additions and 0 deletions
|
@ -29,6 +29,12 @@ Clone down the [Zed repository](https://github.com/zed-industries/zed).
|
|||
rustup target add wasm32-wasip1
|
||||
```
|
||||
|
||||
- Install `cmake` (required by [a dependency](https://docs.rs/wasmtime-c-api-impl/latest/wasmtime_c_api/))
|
||||
|
||||
```sh
|
||||
brew install cmake
|
||||
```
|
||||
|
||||
## Backend Dependencies
|
||||
|
||||
If you are developing collaborative features of Zed, you'll need to install the dependencies of zed's `collab` server:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue