mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Use MinGW-w64 package available in Arch Linux's official repository (#4199)
This commit is contained in:
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user