Add cmake to dev build instructions (#17943)

Release Notes:

- N/A
This commit is contained in:
Richard Feldman 2024-09-17 14:07:50 -04:00 committed by GitHub
parent 7246a0f39c
commit e6c4076ef0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 0 deletions

View file

@ -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: