Skip to content

Commit

Permalink
Remove cmake from build requirements (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles authored Nov 19, 2024
1 parent 2dfea13 commit 080b9a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/docs-contributing-building.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
- [rustup](https://rustup.rs/)
- Stable Rust, installed via `rustup install stable && rustup default stable`
- wasm32-wasip1, can be installed via `rustup target add wasm32-wasip1`
- cmake, depending on your operating system and architecture, it might not be
installed by default. On MacOS it can be installed with `homebrew` via `brew
install cmake`. On Ubuntu, `sudo apt-get install cmake`.
- Rosetta 2 if running MacOS on Apple Silicon, can be installed via
`softwareupdate --install-rosetta`

Expand Down

0 comments on commit 080b9a0

Please sign in to comment.