diff options
Diffstat (limited to 'doc/src/guide')
-rw-r--r-- | doc/src/guide/installation.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
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 |