aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-03 22:17:01 +0200
committerLoïc Hoguin <[email protected]>2016-11-03 22:17:01 +0200
commite17a67b2be6db7a6b2ac488510580c4a004d980c (patch)
treef1b27927324e07de0e79c09c6d1fa9c9ff7e0a4b
parentf7e78982c0b86f02593c9841676c5a04ddc23bf0 (diff)
downloaderlang.mk-e17a67b2be6db7a6b2ac488510580c4a004d980c.tar.gz
erlang.mk-e17a67b2be6db7a6b2ac488510580c4a004d980c.tar.bz2
erlang.mk-e17a67b2be6db7a6b2ac488510580c4a004d980c.zip
Clarify gmake commands on FreeBSD/Homebrew
[ci skip]
-rw-r--r--doc/src/guide/installation.asciidoc5
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