Skip to content

Commit

Permalink
fix: indicate dependency on pkgconf in macOS docs (#6643)
Browse files Browse the repository at this point in the history
This PR changes the macOS docs to indicate that Lean now requires
pkgconf to build.
  • Loading branch information
zwarich authored Jan 14, 2025
1 parent 8e5a3e4 commit 3da7f70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/make/osx-10.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ following to use `g++`.
cmake -DCMAKE_CXX_COMPILER=g++ ...
```

## Required Packages: CMake, GMP, libuv
## Required Packages: CMake, GMP, libuv, pkgconf

```bash
brew install cmake
brew install gmp
brew install libuv
brew install pkgconf
```

## Recommended Packages: CCache
Expand Down

0 comments on commit 3da7f70

Please sign in to comment.