aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-01-24 16:05:39 +0100
committerLoïc Hoguin <[email protected]>2018-01-24 16:05:39 +0100
commit75e9daadf23cb36ab5cd077e32bfb4f1b7488bef (patch)
tree4c187a409f2b8c5e9312c92287aa543684359a3d
parentc5701e2301ad8a552d60038cbb8bdf68e13c3a35 (diff)
downloaderlang.mk-75e9daadf23cb36ab5cd077e32bfb4f1b7488bef.tar.gz
erlang.mk-75e9daadf23cb36ab5cd077e32bfb4f1b7488bef.tar.bz2
erlang.mk-75e9daadf23cb36ab5cd077e32bfb4f1b7488bef.zip
On Alpine gawk is required
-rw-r--r--doc/src/guide/installation.asciidoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/guide/installation.asciidoc b/doc/src/guide/installation.asciidoc
index bd191ef..3298db2 100644
--- a/doc/src/guide/installation.asciidoc
+++ b/doc/src/guide/installation.asciidoc
@@ -24,6 +24,10 @@ The commands to install packages vary between distributions:
[source,bash]
$ 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.
+
==== FreeBSD
FreeBSD comes with binary and source packages: