From e92779981f77336790410979cf1290ef86dd1627 Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 16 May 2017 20:21:14 +0800 Subject: [PATCH] README.md: add gmake caveat to autotools section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a26b53733..1cf1dbd08 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Building the documentation requires Doxygen 1.8.7 or newer. autoreconf --no-recursive [if building from Git] ./configure make [gmake on BSD] - sudo make install + sudo make install [sudo gmake install on BSD] ### Xcode Development Build