aboutsummaryrefslogtreecommitdiffstats
path: root/guide/installation.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-03 22:18:11 +0200
committerLoïc Hoguin <[email protected]>2016-11-03 22:18:11 +0200
commit6312d70db37b048643ea02cc05b9b57c6963647b (patch)
treeca308198a78fdf05ccdd3d1cae112c4a27d7ad59 /guide/installation.html
parent2cf69abba022be9eb8f191d8a217d60bae2ad244 (diff)
downloaderlang.mk-6312d70db37b048643ea02cc05b9b57c6963647b.tar.gz
erlang.mk-6312d70db37b048643ea02cc05b9b57c6963647b.tar.bz2
erlang.mk-6312d70db37b048643ea02cc05b9b57c6963647b.zip
Update user guide
Diffstat (limited to 'guide/installation.html')
-rw-r--r--guide/installation.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/guide/installation.html b/guide/installation.html
index 4353914..c0950ab 100644
--- a/guide/installation.html
+++ b/guide/installation.html
@@ -42,12 +42,13 @@ have further requirements depending on your needs.</p><p>Some packages may requi
</p><pre class="programlisting">$ pacman -Sy erlang git make</pre><p>
</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_freebsd"></a>1.1.2. FreeBSD</h3></div></div></div><p>FreeBSD comes with binary and source packages:</p><p><strong>Install binary packages. </strong>
</p><pre class="programlisting">$ pkg install erlang git gmake</pre><p>
-</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_os_x_and_macos"></a>1.1.3. OS X and macOS</h3></div></div></div><p>While Apple distributes their own GNU Make, their version is
+</p><p>On FreeBSD the <code class="literal">make</code> command is BSD Make. Use <code class="literal">gmake</code> instead.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_os_x_and_macos"></a>1.1.3. OS X and macOS</h3></div></div></div><p>While Apple distributes their own GNU Make, their version is
very old and plagued with numerous bugs. It is recommended
to install a more recent version from either Homebrew or
MacPorts:</p><p><strong>Homebrew. </strong>
</p><pre class="programlisting">$ brew install erlang git homebrew/dupes/make</pre><p>
-</p><p><strong>MacPorts. </strong>
+</p><p>Homebrew installs GNU Make as <code class="literal">gmake</code>. The <code class="literal">make</code> command
+is the one provided by Apple.</p><p><strong>MacPorts. </strong>
</p><pre class="programlisting">$ sudo port install erlang git gmake</pre><p>
</p></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_on_windows"></a>1.2. On Windows</h2></div></div></div><p>Erlang.mk can be used on Windows inside an MSYS2 environment.
Cygwin, MSYS (the original) and native Windows (both Batch