mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 22:42:57 +00:00
provide info on why we don't provide unix bins and what's needed to build
This commit is contained in:
parent
de46375cdc
commit
14b9713263
1 changed files with 19 additions and 1 deletions
20
files.php
20
files.php
|
@ -43,11 +43,29 @@ versions of QuakeForge.
|
|||
be prepared to encounter some issues <STRONG>(Wear your hard hat!)</STRONG>.
|
||||
Please check the <a href="documentation.php">docs</a>.
|
||||
|
||||
<P>UNIX users: because of the diversity of machines QuakeForge runs on, we do not provide UNIX binaries. You need to compile QuakeForge yourself however, QuakeForge is very easy to compile once you have the following packages installed:
|
||||
<UL>
|
||||
<LI>GNU autoconf 2.50 or later
|
||||
<LI>GNU automake 1.6 or later
|
||||
<LI>GNU libtool 1.4 or later
|
||||
<LI>GNU bison
|
||||
<LI>GNU flex
|
||||
</UL>
|
||||
The following are recommended:
|
||||
<UL>
|
||||
<LI>zlib devel (<em>highly</em> recommended)
|
||||
<LI>Ogg Vorbis libs
|
||||
<LI>X11 devel (for X11 based clients: software and OpenGL)
|
||||
<LI>svgalib for console based clients (software and 3dfx)
|
||||
<LI>glide and mesa or other GL compatable lib
|
||||
</UL>
|
||||
The reason we have som many Win32 doanloads 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. :)
|
||||
|
||||
<P>QuakeForge: Version 0.5.x
|
||||
<UL>
|
||||
<LI>Source code
|
||||
<? fileDownloadLink("files/quakeforge-current", "tar.gz tar.bz2 zip"); ?>
|
||||
NOTE: this is an anonymous cvs ready tree. To update, all you need to do is the following:
|
||||
<br>NOTE: 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)
|
||||
|
|
Loading…
Reference in a new issue