mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 14:32:31 +00:00
add links to the 0.5.4 menu.dat
This commit is contained in:
parent
5c93f50c61
commit
87889befa5
1 changed files with 11 additions and 1 deletions
12
files.php
12
files.php
|
@ -135,6 +135,16 @@ very few people on Windows would be able to play. <STRONG>:)</STRONG>
|
||||||
<TT>/etc/apt/sources.list</TT> recipe:
|
<TT>/etc/apt/sources.list</TT> recipe:
|
||||||
<PRE>deb http://www.quakeforge.net/packages/debian unstable contrib non-free</PRE>
|
<PRE>deb http://www.quakeforge.net/packages/debian unstable contrib non-free</PRE>
|
||||||
</LI>
|
</LI>
|
||||||
|
<LI>Due to an error in the release process, the menu.dat file got missed
|
||||||
|
from the debian packages. This will be fixed in 0.5.5. If you want menus,
|
||||||
|
you will have to download <TT>menu.dat</TT> for 0.5.4
|
||||||
|
<?
|
||||||
|
fileDownloadLink("files/menu.0.5.4/menu.dat", "gz");
|
||||||
|
fileDownloadLinkGPG("files/menu.0.5.4/menu.dat", "gz", 0);
|
||||||
|
?>
|
||||||
|
<BR>This goes into your <TT>id1</TT> directory. However, this will override
|
||||||
|
the <TT>menu.dat</TT> that will be in 0.5.5 which will cause problems.
|
||||||
|
</LI>
|
||||||
<LI>RPM packages are available <A href="/packages/RPM/">here</A>.</LI>
|
<LI>RPM packages are available <A href="/packages/RPM/">here</A>.</LI>
|
||||||
</UL>
|
</UL>
|
||||||
<H4>QuakeForge, Version 0.5.2 (released 01 Oct 2002)</H4>
|
<H4>QuakeForge, Version 0.5.2 (released 01 Oct 2002)</H4>
|
||||||
|
@ -152,7 +162,7 @@ very few people on Windows would be able to play. <STRONG>:)</STRONG>
|
||||||
?>
|
?>
|
||||||
<LI>The packages do not contain the menu file because it would seriously
|
<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,
|
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>
|
you will have to download <TT>menu.dat</TT> for 0.5.2
|
||||||
<?
|
<?
|
||||||
fileDownloadLink("files/menu.0.5.2/menu.dat", "gz");
|
fileDownloadLink("files/menu.0.5.2/menu.dat", "gz");
|
||||||
fileDownloadLinkGPG("files/menu.0.5.2/menu.dat", "gz", 0);
|
fileDownloadLinkGPG("files/menu.0.5.2/menu.dat", "gz", 0);
|
||||||
|
|
Loading…
Reference in a new issue