[Plib-cvs] plib/doc download.html,1.12,1.13
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-09-02 15:05:39
|
Update of /cvsroot/plib/plib/doc In directory usw-pr-cvs1:/tmp/cvs-serv26348/plib/doc Modified Files: download.html Log Message: Removed default.txf to allow it to be recommitted as binary. Changed version numbers in download.html Index: download.html =================================================================== RCS file: /cvsroot/plib/plib/doc/download.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- download.html 27 Oct 2001 05:34:46 -0000 1.12 +++ download.html 2 Sep 2002 15:05:36 -0000 1.13 @@ -64,12 +64,12 @@ <H1>Downloading and Installing PLIB.</H1> <H2>The Short Answer (for Linux and CygWin users):</H2> Make sure you have OpenGL and GLUT installed.<br> -Download this: <A HREF="dist/plib-1.4.2.tar.gz"> PLIB - Version 1.4.2</A> +Download this: <A HREF="dist/plib-1.6.0.tar.gz"> PLIB - Version 1.6.0</A> <br> Run this (as 'root'): <pre> - tar xzf plib-1.4.2.tar.gz - cd plib-1.4.2 + tar xzf plib-1.6.0.tar.gz + cd plib-1.6.0 ./configure ; make ; make install </pre> Tadaaaa! @@ -85,9 +85,8 @@ in PLIB. <p> <ul> -<li><A HREF="dist/plib-1.5.1.tar.gz"> PLIB - Version 1.5.1 -- Experimental/Unstable</A> -<li><A HREF="dist/plib-1.4.2.tar.gz"> PLIB - Version 1.4.2 -- Current/Stable</A> -<li><A HREF="dist/plib-1.2.0.tar.gz"> PLIB - Version 1.2.0 -- Obsolete/Stable</A> +<li><A HREF="dist/plib-1.7.0.tar.gz"> PLIB - Version 1.7.0 -- Experimental/Unstable</A> +<li><A HREF="dist/plib-1.6.0.tar.gz"> PLIB - Version 1.6.0 -- Current/Stable</A> <li><A HREF="dist/"> PLIB - Other versions</A> <li><A HREF="http://sf.net/project/?group_id=382"> PLIB - Latest development version (from CVS)</A> <li><A HREF="dist/current.tgz"> PLIB - Latest development version (tarball)</A> @@ -108,8 +107,8 @@ <A NAME="EXAMPLES"></A> <ul> -<li><A HREF="dist/plib_examples-1.4.1.tar.gz"> - Example programs and Documentation for PLIB-1.4.1 or later.</A> +<li><A HREF="dist/plib_examples-1.6.0.tar.gz"> + Example programs and Documentation for PLIB-1.6.0 or later.</A> <li><A HREF="dist/">PLIB_examples - Older versions</A> </ul> Un-tar this into a separate directory from PLIB itself - or else @@ -123,9 +122,11 @@ PLIB beta. <p> <ul> -<li><A HREF="dist/exposer-0.0.1.tar.gz"> +<li><A HREF="dist/exposer-0.2.0.tar.gz"> A character animation tool.</A> -<li><A HREF="dist/ttt3d-0.0.0.tar.gz"> +<li><A HREF="dist/p-guide-0.0.1.tar.gz"> + A character animation tool.</A> +<li><A HREF="dist/ttt3d-0.2.0.tar.gz"> A complete TicTacToe game - played in 3 dimensions!</A> <li><A HREF="dist/">PLIB Demos - Older versions</A> </ul> |