Merge pull request #1144 from lightpanda-io/readme-mac

update mac instructions to build from source
This commit is contained in:
Pierre Tachoire
2025-10-24 09:59:27 +02:00
committed by GitHub

View File

@@ -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