diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-08 00:47:40 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-08 00:47:40 +0000 |
commit | c59498811904fd2bd0f0e4ce079325e2a14c0b40 (patch) | |
tree | 3d3bd421871b050d35e535d92a94d4703f8f8534 /web | |
parent | 06f7b9901bcd45eb4b6d3bc7c0842dedeb5ea92f (diff) | |
download | ioquake3-aero-c59498811904fd2bd0f0e4ce079325e2a14c0b40.tar.gz ioquake3-aero-c59498811904fd2bd0f0e4ce079325e2a14c0b40.zip |
Links make more sense when they are words that link to things, say the
HTML g0ds.
git-svn-id: svn://svn.icculus.org/quake3/trunk@323 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web')
-rw-r--r-- | web/include/help.php | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/web/include/help.php b/web/include/help.php index 5688006..4bf352f 100644 --- a/web/include/help.php +++ b/web/include/help.php @@ -18,8 +18,13 @@ <li><a href="http://www.gentoo.org/">Gentoo</a> users can just <span class="shell">emerge quake3</span> to get a recent snapshot of our Subversion repository.</li> - <li>Ludwig "Angst" Nussel works on this project and also provides rpms for SUSE Linux Enterprise Server: - <a href="ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/people/lnussel/quake3">ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/people/lnussel/quake3</a>. Note that these are just the binaries, no scripts or kde/gnome files to start them. Ludwig also mentions that they should work on any glibc 2.3 system.</li> + <li>Ludwig "Angst" Nussel works on this project and + also provides + <a href="ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/people/lnussel/quake3"> + RPMs for SUSE Linux Enterprise Server.</a> Note that + these are just the binaries, no scripts or KDE/Gnome + files to start them. Ludwig also mentions that they + should work on any glibc 2.3 system.</li> <li>Install Quake 3 for Linux using the latest point release installer. While the Quake3 engine is Free Software, you still need to copy over legal PK3s like before.</li> @@ -31,10 +36,11 @@ you installed Quake3 to and make the copyfiles target. Make sure you are changed to the owner of this path (probably root).<br /> - <span class="shell">COPYDIR="/opt/quake3" make copyfiles</span></li> + <span class="shell">COPYDIR="/opt/quake3" make copyfiles</span> + </li> </ol> </li> - <li><h3>OS X</h3> + <li><h3>Mac OS X</h3> <p>Open <span class="shell">code/macosx/Quake3.pbproj</span> in XCode, press build. Enjoy!</p> </li> @@ -53,8 +59,8 @@ <h2>Something isn't working right. Heeeeeeeelp!</h2> <p>You have four choices for help: documentation, the mailing list, the IRC channel, -and Bugzilla. There is some great documentation for Linux users at -<a href="http://www.icculus.org/lgfaq/">http://www.icculus.org/lgfaq/</a>, and also at +and Bugzilla. There is some great documentation for Linux users at the +<a href="http://www.icculus.org/lgfaq/">Linux Gamers' FAQ</a>, and also at id's <a href="http://zerowing.idsoftware.com/linux/q3a/">original page</a> (though you should no-longer contact them for support). Windows users and Mac users should just <a href="http://www.google.com/">Google</a> their errors to check for preexisting solutions. |