diff options
author | Loïc Hoguin <[email protected]> | 2019-07-01 11:39:07 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2019-07-01 11:39:07 +0200 |
commit | e17365df2960b1ff184d9c1a3b07b4834eaf0288 (patch) | |
tree | 83ba7c0b41b45f18139c900841eea2ed4d7ed54a /guide/installation.html | |
parent | 7bdfe79950d05b3bfd6b4ab5e652951db0cabf5c (diff) | |
download | erlang.mk-e17365df2960b1ff184d9c1a3b07b4834eaf0288.tar.gz erlang.mk-e17365df2960b1ff184d9c1a3b07b4834eaf0288.tar.bz2 erlang.mk-e17365df2960b1ff184d9c1a3b07b4834eaf0288.zip |
Update user guide
Diffstat (limited to 'guide/installation.html')
-rw-r--r-- | guide/installation.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/guide/installation.html b/guide/installation.html index 62a3bc8..0af92d6 100644 --- a/guide/installation.html +++ b/guide/installation.html @@ -35,8 +35,9 @@ div.navfooter{margin-bottom:1em} <div class="navheader"><table width="100%" summary="Navigation header"><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="getting_started.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="installation"></a>Chapter 1. Installation</h1></div></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_on_unix"></a>1.1. On Unix</h2></div></div></div><p>Erlang.mk requires GNU Make to be installed. While it will currently work with GNU Make 3.81, support for this version -is deprecated and will be removed in 2017. We recommend -GNU Make 4.1 or later.</p><p>Git and Erlang/OTP must also be installed.</p><p>Some functionality requires that Autoconf 2.59 or later be +is deprecated and will be removed in the future. We recommend +GNU Make 4.2 or later (especially if you want to benefit +from parallel builds via the <code class="literal">-j</code> flag).</p><p>Git and Erlang/OTP must also be installed.</p><p>Some functionality requires that Autoconf 2.59 or later be installed, in order to compile Erlang/OTP. Erlang/OTP may have further requirements depending on your needs.</p><p>Some packages may require additional libraries.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_linux"></a>1.1.1. Linux</h3></div></div></div><p>The commands to install packages vary between distributions:</p><p><strong>Arch Linux. </strong> </p><pre class="programlisting">$ pacman -S erlang git make</pre><p> |