diff options
author | Loïc Hoguin <[email protected]> | 2024-11-05 14:03:28 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-11-05 14:03:28 +0100 |
commit | 4aaeca15248b71c20f5aa8f17e0aa218e542f7f7 (patch) | |
tree | e12e85dca81295f86c570018e8e9e0ee4b0fca01 /guide/installation.html | |
parent | 62684cfaaff153700d61b8f94a745577751cbf4b (diff) | |
download | erlang.mk-4aaeca15248b71c20f5aa8f17e0aa218e542f7f7.tar.gz erlang.mk-4aaeca15248b71c20f5aa8f17e0aa218e542f7f7.tar.bz2 erlang.mk-4aaeca15248b71c20f5aa8f17e0aa218e542f7f7.zip |
Update user guide
Diffstat (limited to 'guide/installation.html')
-rw-r--r-- | guide/installation.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guide/installation.html b/guide/installation.html index 2dd2962..226b094 100644 --- a/guide/installation.html +++ b/guide/installation.html @@ -64,11 +64,11 @@ and PowerShell) are currently not supported.</p><div class="note" style="margin- adequately.</p></div><p>The rest of this section details how to setup Erlang/OTP and MSYS2 in order to use Erlang.mk.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_installing_erlang_otp"></a>1.2.1. Installing Erlang/OTP</h3></div></div></div><p>Erlang.mk requires Erlang/OTP to be installed. The OTP team provides binaries of Erlang/OTP for all major and minor releases, -available from the <a class="ulink" href="http://www.erlang.org/download.html" target="_top">official download page</a>. +available from the <a class="ulink" href="https://www.erlang.org/downloads" target="_top">official download page</a>. It is recommended that you use the 64-bit installer unless technically impossible. Please follow the instructions from the installer to complete the installation.</p><p>The OTP team also provides a short guide to -<a class="ulink" href="http://www.erlang.org/download.html" target="_top">installing Erlang/OTP on Windows</a> +<a class="ulink" href="https://www.erlang.org/downloads" target="_top">installing Erlang/OTP on Windows</a> if you need additional references.</p><p>You can install Erlang/OTP silently using the <code class="literal">/S</code> switch on the command line:</p><pre class="screen">C:\Users\essen\Downloads> otp_win64_18.0.exe /S</pre></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_installing_msys2"></a>1.2.2. Installing MSYS2</h3></div></div></div><p>The only supported environment on Windows is MSYS2. MSYS2 is a lightweight Unix-like environment for Windows that comes |