doc: recommend modern make for macOS depends

macOS ships with GNU Make 3.81 from 2006. This has caused
difficult to debug issues, see e.g.
9157d9e449.

Also add ninja, needed since qt6.
This commit is contained in:
Sjors Provoost 2025-04-02 17:05:30 +02:00
parent 302857942f
commit ace66e125c
No known key found for this signature in database
GPG key ID: 57FF9BDBCC301009

View file

@ -18,6 +18,17 @@ To build dependencies for the current arch+OS:
make 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 ### FreeBSD
pkg install bash pkg install bash