Skip to content

Commit 3baa0dc

Browse files
docs(development): CMake installation instructions (#339)
1 parent 2f67d3c commit 3baa0dc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: src/docs/contribute/development.md

+10
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ OXC utilizes [`just`](https://github.com/casey/just), which is a handy way to sa
4343
cargo binstall just -y
4444
```
4545

46+
### Install CMake
47+
48+
Install CMake by downloading from the official [website](https://cmake.org/download/).
49+
50+
[Homebrew](https://brew.sh/) users can alternatively install with:
51+
52+
```bash
53+
brew install cmake
54+
```
55+
4656
#### Dependencies
4757

4858
Run the following command in `justfile` at the project root to install dependencies:

0 commit comments

Comments
 (0)