link to the new files

This commit is contained in:
Bill Currie 2003-07-18 06:10:54 +00:00
parent e0b3572436
commit 9064665d1d
1 changed files with 58 additions and 0 deletions

View File

@ -89,6 +89,64 @@ The following are recommended:
hard to compile the Win32 version, and unless we built Win32 versions ourselves,
very few people on Windows would be able to play. <STRONG>:)</STRONG>
-->
<H4>QuakeForge, Version 0.5.4 (released 18 Jul 2003)</H4>
<UL>
<LI>Source code
<?
fileDownloadLink("http://download.sourceforge.net/quake/quakeforge-0.5.4", "tar.bz2 tar.gz zip");
fileDownloadLinkGPG("http://download.sourceforge.net/quake/quakeforge-0.5.4", "tar.bz2 tar.gz zip");
?>
</LI>
<LI>Win32 binaries (Made with <A href="http://www.mingw.org/">MinGW</A> (GCC) in Linux)
<?
echo '<br>';
fileDownloadLink("http://download.sourceforge.net/quake/quakeforge-client-sdl-0.5.4-win32", "zip");
fileDownloadLinkGPG("http://download.sourceforge.net/quake/quakeforge-client-sdl-0.5.4-win32", "zip");
echo '<br>';
fileDownloadLink("http://download.sourceforge.net/quake/quakeforge-client-sdl32-0.5.4-win32", "zip");
fileDownloadLinkGPG("http://download.sourceforge.net/quake/quakeforge-client32-sdl-0.5.4-win32", "zip");
echo '<br>';
fileDownloadLink("http://download.sourceforge.net/quake/quakeforge-client-sgl-0.5.4-win32", "zip");
fileDownloadLinkGPG("http://download.sourceforge.net/quake/quakeforge-client-sgl-0.5.4-win32", "zip");
echo '<br>';
fileDownloadLink("http://download.sourceforge.net/quake/quakeforge-client-wgl-0.5.4-win32", "zip");
fileDownloadLinkGPG("http://download.sourceforge.net/quake/quakeforge-client-wgl-0.5.4-win32", "zip");
echo '<br>';
fileDownloadLink("http://download.sourceforge.net/quake/quakeforge-server-0.5.4-win32", "zip");
fileDownloadLinkGPG("http://download.sourceforge.net/quake/quakeforge-server-0.5.4-win32", "zip");
echo '<br>';
fileDownloadLink("http://download.sourceforge.net/quake/quakeforge-tools-0.5.4-win32", "zip");
fileDownloadLinkGPG("http://download.sourceforge.net/quake/quakeforge-tools-0.5.4-win32", "zip");
echo '<br>';
fileDownloadLink("http://download.sourceforge.net/quake/quakeforge-devel-0.5.4-win32", "zip");
fileDownloadLinkGPG("http://download.sourceforge.net/quake/quakeforge-devel-0.5.4-win32", "zip");
?>
</LI>
<LI><A href="http://www.debian.org/">Debian GNU/Linux</A> packages for the
i386 architecture are available by using APT. Use the following
<TT>/etc/apt/sources.list</TT> recipe:
<PRE>deb http://www.quakeforge.net/packages/debian unstable contrib non-free</PRE>
</LI>
<LI>RPM packages are available <A href="/packages/rpm/">here</A>.</LI>
<LI>The packages do not contain the menu file because it would seriously
screw up future upgrades. This will be fixed in 0.5.3. If you want menus,
you will have to download <TT>menu.dat</TT>
<?
fileDownloadLink("files/menu.dat", "gz");
fileDownloadLinkGPG("files/menu.dat", "gz");
?>
<BR>This goes into your <TT>id1</TT> directory. However, this will override any
<TT>menu.dat</TT> we supply in the future which will possibly cause
problems.
</LI>
<LI>Patch to fix a bug in 0.5.2 that causes pak to generate broken pak
files on BSD systems (seen as linking errors in the ruamoko directory).
<?
fileDownloadLink("files/Qseek", "diff");
fileDownloadLinkGPG("files/Qseek", "diff");
?>
</LI>
</UL>
<H4>QuakeForge, Version 0.5.2 (released 01 Oct 2002)</H4>
<UL>
<LI>Source code