Skip to content
Draft
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ For systems with [Nix](https://nixos.org/download/), you can use the devShell:
nix develop
```

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

```
brew install cmake
brew install cmake pkgconf
```

### Install and build dependencies
Expand Down