From 33728ad57de0799c32cad1dc3ce642e6b2476d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 14 Dec 2015 18:45:36 +0100 Subject: Update user guide --- guide/ch01.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'guide/ch01.html') diff --git a/guide/ch01.html b/guide/ch01.html index 8815cd6..da70bee 100644 --- a/guide/ch01.html +++ b/guide/ch01.html @@ -64,7 +64,9 @@ post-installation setup:

C:\> C:\msys64\usr\bin\bash -
 C:\> C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu"

1.2.3. Installing the required MSYS2 packages

After following these instructions, you can install GNU Make, Git and any other required softwares. From an MSYS2 shell, you can call pacman directly:

$ pacman -S git make

You can use pacman -Ss to search packages. For example, -to find all packages related to GCC:

$ pacman -Ss gcc

You can also run commands under the MSYS2 environment from +to find all packages related to GCC:

$ 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:

$ 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:

C:\> C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S git make"

You can use similar bash commands if you need to run programs inside the MSYS2 environment from a batch file.

1.2.4. Gotchas

While most of the basic functionality will just work, there are -- cgit v1.2.3