INSTALL: Update patch file links.
The ftp.idsoftware.com server died several months back. Some context: <https://www.doomworld.com/forum/topic/96999-rip-ftpidsoftwarecom/> Instead, point at the mirrors found in the idgames repository, using the gamers.org version since this is the canonical copy everything else mirrors from. Unfortunately it's not possible to point at the Doomworld idgames interface since the patches don't appear in the database there.
This commit is contained in:
parent
55a1c1c9e5
commit
40811c8eaa
1 changed files with 10 additions and 10 deletions
|
|
@ -22,9 +22,9 @@ to be installed:
|
||||||
|
|
||||||
* A C compiler (gcc is recommended)
|
* A C compiler (gcc is recommended)
|
||||||
* make (GNU make is recommended)
|
* make (GNU make is recommended)
|
||||||
* SDL2 (see http://www.libsdl.org/)
|
* SDL2 (see https://www.libsdl.org/)
|
||||||
* SDL2_mixer (see http://www.libsdl.org/projects/SDL_mixer/)
|
* SDL2_mixer (see https://www.libsdl.org/projects/SDL_mixer/)
|
||||||
* SDL2_net (see http://www.libsdl.org/projects/SDL_net/)
|
* SDL2_net (see https://www.libsdl.org/projects/SDL_net/)
|
||||||
* Python (optional)
|
* Python (optional)
|
||||||
|
|
||||||
Follow the standard instructions for installing an autotools-based
|
Follow the standard instructions for installing an autotools-based
|
||||||
|
|
@ -241,18 +241,18 @@ Upgrade patches are available that will update your game to the latest
|
||||||
version, the following sites have the patches:
|
version, the following sites have the patches:
|
||||||
|
|
||||||
#if DOOM
|
#if DOOM
|
||||||
http://www.doom2.net/doom2/utils.html
|
<http://www.doom2.net/doom2/utils.html>
|
||||||
ftp://ftp.idsoftware.com/idstuff/doom
|
<http://www.gamers.org/pub/idgames/idstuff/doom>
|
||||||
ftp://ftp.idsoftware.com/idstuff/doom2
|
<http://www.gamers.org/pub/idgames/idstuff/doom2>
|
||||||
#elif HERETIC
|
#elif HERETIC
|
||||||
ftp://ftp.idsoftware.com/idstuff/heretic
|
<http://www.gamers.org/pub/idgames/idstuff/heretic>
|
||||||
#elif HEXEN
|
#elif HEXEN
|
||||||
ftp://ftp.idsoftware.com/idstuff/hexen
|
<http://www.gamers.org/pub/idgames/idstuff/hexen>
|
||||||
#elif STRIFE
|
#elif STRIFE
|
||||||
ftp://ftp.fu-berlin.de/pc/games/idgames/roguestuff
|
<http://www.gamers.org/pub/idgames/roguestuff>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Please see http://doomwiki.org/wiki/Game_patch for more information.
|
Please see <http://doomwiki.org/wiki/Game_patch> for more information.
|
||||||
|
|
||||||
#if _WIN32
|
#if _WIN32
|
||||||
As the patches are binary patches that run as DOS executables, on
|
As the patches are binary patches that run as DOS executables, on
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue