Skip to content

Commit 6c9d013

Browse files
committed
update mac instructions to build from source
1 parent d2d10d5 commit 6c9d013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ For systems with [Nix](https://nixos.org/download/), you can use the devShell:
190190
nix develop
191191
```
192192

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

195195
```
196-
brew install cmake
196+
brew install cmake pkgconf
197197
```
198198

199199
### Install and build dependencies

0 commit comments

Comments
 (0)