update mac instructions to build from source

This commit is contained in:
Pierre Tachoire
2025-10-13 09:37:50 +02:00
parent d2d10d5db4
commit 6c9d013e20

View File

@@ -190,10 +190,10 @@ For systems with [Nix](https://nixos.org/download/), you can use the devShell:
nix develop 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 ### Install and build dependencies