Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/open-source/guides/build-from-sources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ sudo apt install xz-utils \
cmake clang
```

**For MacOS, you only need cmake:**
**For MacOS, you need [Xcode](https://developer.apple.com/xcode/) and the following pacakges from homebrew:**

```bash copy
brew install cmake
brew install cmake pkgconf
```

## Install and build dependencies
Expand Down