diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2025-11-08 12:09:04 +0200 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2025-11-08 12:09:04 +0200 |
| commit | a71ba898db84f728e2898c6b5f65402f600be9b9 (patch) | |
| tree | 973e353c71ad160050b3f8d4e71e4973834dea6f /nt | |
| parent | e0ffcc655e5965393c4520c47866526d1d3620d9 (diff) | |
; Update the MinGW URLs in w32 FAQ and nt/INSTALL
* nt/INSTALL: Update MinGW URLs.
* doc/misc/efaq-w32.texi (MinGW): Update the URL's and the text to
reflect the fact that mingw.org's MinGW is no longer developed and
can be found only on the WWW Archive.
(Compiling): Add a cross-reference to "MinGW".
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index abdb33fbb29..70ddb2ca420 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -137,9 +137,9 @@ build should run on Windows 9X and newer systems). A nice installer, called mingw-get, is available for those who don't like to mess with manual installations. You can download it from - here: + the "Wayback Machine", here: - https://osdn.net/projects/mingw/releases + https://web.archive.org/web/20210410172202/https://osdn.net/projects/mingw/releases/ (This installer only supports packages downloaded from the MinGW site; for the rest you will still need the manual method.) @@ -201,9 +201,9 @@ build should run on Windows 9X and newer systems). You will need to install the MinGW port of GCC and Binutils, and the MinGW runtime and Windows API distributions, to compile Emacs. You - can find these on the MinGW download/Base page: + can find these on the MinGW download page: - https://osdn.net/projects/mingw/releases + https://web.archive.org/web/20210410172202/https://osdn.net/projects/mingw/releases/ In general, install the latest stable versions of the following MinGW packages from that page: gcc, binutils, mingw-rt, w32api. You |
