From e17a67b2be6db7a6b2ac488510580c4a004d980c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 3 Nov 2016 22:17:01 +0200 Subject: Clarify gmake commands on FreeBSD/Homebrew [ci skip] --- doc/src/guide/installation.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/src/guide/installation.asciidoc b/doc/src/guide/installation.asciidoc index 1854e63..f3a52cf 100644 --- a/doc/src/guide/installation.asciidoc +++ b/doc/src/guide/installation.asciidoc @@ -32,6 +32,8 @@ FreeBSD comes with binary and source packages: [source,bash] $ pkg install erlang git gmake +On FreeBSD the `make` command is BSD Make. Use `gmake` instead. + ==== OS X and macOS While Apple distributes their own GNU Make, their version is @@ -43,6 +45,9 @@ MacPorts: [source,bash] $ brew install erlang git homebrew/dupes/make +Homebrew installs GNU Make as `gmake`. The `make` command +is the one provided by Apple. + .MacPorts [source,bash] $ sudo port install erlang git gmake -- cgit v1.2.3