README.md: add gmake caveat to autotools section

This commit is contained in:
David Adam 2017-05-16 20:21:14 +08:00
parent 846de82bb4
commit e92779981f

View file

@ -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