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