diff --git a/development/compiling/compiling_for_windows.rst b/development/compiling/compiling_for_windows.rst index 922700332..4ff86df97 100644 --- a/development/compiling/compiling_for_windows.rst +++ b/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::