From 7e883a3b20ac7d3fa341e7cea54f3ba0881088f4 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 24 Oct 2025 10:11:04 +0200 Subject: [PATCH] update macos instructions --- src/content/open-source/guides/build-from-sources.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/open-source/guides/build-from-sources.mdx b/src/content/open-source/guides/build-from-sources.mdx index 7386f12..a86b632 100644 --- a/src/content/open-source/guides/build-from-sources.mdx +++ b/src/content/open-source/guides/build-from-sources.mdx @@ -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