Skip to content

Commit b645c52

Browse files
committed
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. 9157d9e. Also add ninja, needed since qt6.
1 parent 99e6490 commit b645c52

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

depends/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ To build dependencies for the current arch+OS:
1818

1919
make
2020

21+
### macOS
22+
23+
Install Xcode Command Line Tools and Homebrew Package Manager,
24+
see [build-osx.md](../doc/build-osx.md).
25+
26+
brew install cmake make ninja
27+
28+
To build dependencies for the current arch+OS:
29+
30+
gmake
31+
2132
### FreeBSD
2233

2334
pkg install bash

0 commit comments

Comments
 (0)