From 6312d70db37b048643ea02cc05b9b57c6963647b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 3 Nov 2016 22:18:11 +0200 Subject: Update user guide --- guide/installation.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'guide/installation.html') 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.

Some packages may requi

$ pacman -Sy erlang git make

1.1.2. FreeBSD

FreeBSD comes with binary and source packages:

Install binary packages. 

$ pkg install erlang git gmake

-

1.1.3. OS X and macOS

While Apple distributes their own GNU Make, their version is +

On FreeBSD the make command is BSD Make. Use gmake instead.

1.1.3. OS X and macOS

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:

Homebrew. 

$ brew install erlang git homebrew/dupes/make

-

MacPorts.  +

Homebrew installs GNU Make as gmake. The make command +is the one provided by Apple.

MacPorts. 

$ sudo port install erlang git gmake

1.2. On Windows

Erlang.mk can be used on Windows inside an MSYS2 environment. Cygwin, MSYS (the original) and native Windows (both Batch -- cgit v1.2.3