Use MinGW-w64 package available in Arch Linux's official repository (#4199)

This commit is contained in:
Jayanth L
2020-10-04 19:11:36 +05:30
committed by GitHub
parent 75303d79e3
commit 758d70379d

View File

@@ -179,7 +179,9 @@ and 64-bit variants. The package names may differ based on your distribution,
here are some known ones:
+----------------+--------------------------------------------------------------+
| **Arch Linux** | Install `mingw-w64-gcc from the AUR`_. |
| **Arch Linux** | :: |
| | |
| | pacman -Sy mingw-w64 |
+----------------+--------------------------------------------------------------+
| **Debian** / | :: |
| **Ubuntu** | |
@@ -200,8 +202,6 @@ here are some known ones:
| | mingw32-gcc-c++ mingw32-winpthreads-static |
+----------------+--------------------------------------------------------------+
.. _mingw-w64-gcc from the AUR: https://aur.archlinux.org/packages/mingw-w64-gcc/
Before attempting the compilation, SCons will check for
the following binaries in your ``PATH`` environment variable::