Просмотр исходного кода

Clarify gmake commands on FreeBSD/Homebrew

[ci skip]
Loïc Hoguin 8 лет назад
Родитель
Сommit
e17a67b2be
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      doc/src/guide/installation.asciidoc

+ 5 - 0
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