Browse Source

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

Jayanth L 4 years ago
parent
commit
758d70379d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      development/compiling/compiling_for_windows.rst

+ 3 - 3
development/compiling/compiling_for_windows.rst

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