mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
even more corrections
This commit is contained in:
parent
6675ac1de6
commit
368a97e08d
2 changed files with 5 additions and 5 deletions
10
files.php
10
files.php
|
@ -54,10 +54,10 @@ Please check the <a href="documentation.php">docs</a>.
|
|||
</UL>
|
||||
The following are recommended:
|
||||
<UL>
|
||||
<LI>zlib devel (<em>highly</em> recommended)
|
||||
<LI>Ogg Vorbis libs
|
||||
<LI>zlib devel (<em>highly</em> recommended for compressed file and download support)
|
||||
<LI>Ogg Vorbis libs (for compressed sound effects support)
|
||||
<LI>X11 devel (for X11-based clients: software and OpenGL)
|
||||
<LI>svgalib for console-based clients (software and 3dfx)
|
||||
<LI>svgalib (for console-based clients: software and 3dfx)
|
||||
<LI>glide and mesa or other GL compatible lib
|
||||
</UL>
|
||||
The reason we have so many Win32 downloads is because it's hard to compile the Win32 version, and unless we built Win32 versions, almost nobody on Windows would be able to play. <STRONG>:)</STRONG>
|
||||
|
@ -66,10 +66,10 @@ The reason we have so many Win32 downloads is because it's hard to compile the W
|
|||
<UL>
|
||||
<LI>Source code
|
||||
<? fileDownloadLink("files/quakeforge-current", "tar.gz tar.bz2 zip"); ?>
|
||||
<br>NOTE: this is an anonymous cvs ready tree. To update, all you need to do is the following:
|
||||
<br><STRONG>NOTE:</STRONG> this is an anonymous CVS-ready tree. To update, all you need to do is the following:
|
||||
<blockquote>
|
||||
<code>cvs login </code>(only need this once, press enter for the password)<br>
|
||||
<code>cvs up </code>(creating <a href="cvsrc">~/.cvsrc</a> is highly recommended)
|
||||
<code>cvs up </code>(creating <a href="cvsrc.txt">~/.cvsrc</a> is highly recommended)
|
||||
</blockquote>
|
||||
</LI>
|
||||
<LI>Win32 binaries (Made with <A href="http://www.mingw.org/">MinGW</A> (GCC) in Linux)
|
||||
|
|
Loading…
Reference in a new issue