diff --git a/depends/README.md b/depends/README.md index fd7d9c6aef9..5b5196a9080 100644 --- a/depends/README.md +++ b/depends/README.md @@ -18,6 +18,17 @@ To build dependencies for the current arch+OS: make +### macOS + +Install Xcode Command Line Tools and Homebrew Package Manager, +see [build-osx.md](../doc/build-osx.md). + + brew install cmake make ninja + +To build dependencies for the current arch+OS: + + gmake + ### FreeBSD pkg install bash