From 6c9d013e202f00a3bba1c0c269e07dca0b69cc86 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Mon, 13 Oct 2025 09:37:50 +0200 Subject: [PATCH] update mac instructions to build from source --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e534ec50..bad00ce5 100644 --- a/README.md +++ b/README.md @@ -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