aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/installation.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/guide/installation.asciidoc')
-rw-r--r--doc/src/guide/installation.asciidoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/guide/installation.asciidoc b/doc/src/guide/installation.asciidoc
index f03dafa..cc18e7f 100644
--- a/doc/src/guide/installation.asciidoc
+++ b/doc/src/guide/installation.asciidoc
@@ -1,3 +1,4 @@
+[[installation]]
== Installation
This chapter explains how to setup your system in
@@ -95,6 +96,13 @@ to find all packages related to GCC:
[source,bash]
$ pacman -Ss gcc
+If you are going to compile C/C++ code, you will need to
+install this package, as Erlang.mk cannot use the normal
+"gcc" package:
+
+[source,bash]
+$ pacman -S mingw-w64-x86_64-gcc
+
You can also run commands under the MSYS2 environment from
the Windows command line or batch files. This command will
install GNU Make and Git: