From d3abb447a118aecf23afddbec9b83a61ae8d1670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 28 Nov 2018 16:02:21 +0100 Subject: Ranch 1.7.1 and Cowboy 2.6.1 --- docs/en/erlang.mk/1/guide/installation/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/en/erlang.mk/1/guide/installation/index.html') diff --git a/docs/en/erlang.mk/1/guide/installation/index.html b/docs/en/erlang.mk/1/guide/installation/index.html index 3d49f35e..981bab8d 100644 --- a/docs/en/erlang.mk/1/guide/installation/index.html +++ b/docs/en/erlang.mk/1/guide/installation/index.html @@ -77,6 +77,7 @@ http://www.gnu.org/software/src-highlite -->
$ pacman -S erlang git make

Alpine Linux and other distributions based on BusyBox come with an incompatible awk program. Installing the GNU Awk (gawk on Alpine) solves this issue.

+

Parallel builds may require the program flock that can be found in the package util-linux.

FreeBSD

FreeBSD comes with binary and source packages:

Install binary packages
@@ -104,6 +105,7 @@ http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite -->
$ sudo port install erlang git gmake
+

Parallel builds may require the program flock which can be installed via Homebrew or manually. The instructions to install are available from its repository: https://github.com/discoteq/flock

On Windows

Erlang.mk can be used on Windows inside an MSYS2 environment. Cygwin, MSYS (the original) and native Windows (both Batch and PowerShell) are currently not supported.

NOTE: Erlang.mk expects Unix line breaks in most of the files (LF instead of CRLF). Make sure to configure your text editor adequately.

-- cgit v1.2.3