diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-11 20:06:55 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-11 20:06:55 +0000 |
commit | 4be2b327c33a4690c0ff15ed6310399ec5ffa1e2 (patch) | |
tree | 22b1a521c2cc9370f7b68e7439a769d8a5afeb28 | |
parent | c1db4c4dcea399f6e147e05eba458c65974b843d (diff) | |
download | ioquake3-aero-4be2b327c33a4690c0ff15ed6310399ec5ffa1e2.tar.gz ioquake3-aero-4be2b327c33a4690c0ff15ed6310399ec5ffa1e2.zip |
Turn distributions into a list.
git-svn-id: svn://svn.icculus.org/quake3/trunk@332 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | web/include/get.php | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/web/include/get.php b/web/include/get.php index cdb5481..a69e906 100644 --- a/web/include/get.php +++ b/web/include/get.php @@ -3,15 +3,22 @@ icculus.org/quake3 a few distributions or build it yourself from Subversion.</p> <h2>Using packages for your Linux Distribution</h2> <p>If you're lucky your distribution or someone else using it may have already done all of the work for you.</p> -<h3>Gentoo</h3> -<p><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.</p> -<h3>SUSE</h3> -<p>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 the packages -should work on any glibc 2.3 system.</p> + +<ul> + <li> + <h3>Gentoo</h3> + <p><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.</p> + </li> + <li> + <h3>SUSE</h3> + <p>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 the packages + should work on any glibc 2.3 system.</p> + </li> +</ul> <h2>Check out and build from Subversion</h2> <p>( This part assumes Windows users are using Cygwin. If you aren't, |