[Plib-cvs] plib/doc download.html,1.19,1.20 index.html,1.32,1.33 requirements.html,1.12,1.13
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-03-21 19:39:39
|
Update of /cvsroot/plib/plib/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5362/plib/doc Modified Files: download.html index.html requirements.html Log Message: Released 1.8.1 Index: download.html =================================================================== RCS file: /cvsroot/plib/plib/doc/download.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- download.html 20 Mar 2004 06:36:00 -0000 1.19 +++ download.html 21 Mar 2004 19:29:25 -0000 1.20 @@ -73,12 +73,12 @@ <H1>Downloading and Installing PLIB.</H1> <H2>The Short Answer (for Linux and CygWin users):</H2> Make sure you have OpenGL installed.<br> -Download this: <A HREF="dist/plib-1.8.0.tar.gz"> PLIB - Version 1.8.0</A> +Download this: <A HREF="dist/plib-1.8.1.tar.gz"> PLIB - Version 1.8.1</A> <br> Run this (as 'root'): <pre> - tar xzf plib-1.8.0.tar.gz - cd plib-1.8.0 + tar xzf plib-1.8.1.tar.gz + cd plib-1.8.1 ./configure ; make install </pre> Tadaaaa! @@ -94,7 +94,7 @@ in PLIB. <p> <ul> -<li><A HREF="dist/plib-1.8.0.tar.gz"> PLIB - Version 1.8.0 -- Current Stable</A> +<li><A HREF="dist/plib-1.8.1.tar.gz"> PLIB - Version 1.8.1 -- 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> @@ -115,8 +115,8 @@ <A NAME="EXAMPLES"></A> <ul> -<li><A HREF="dist/plib_examples-1.8.0.tar.gz"> - Example programs and Documentation for PLIB-1.8.0 or later.</A> +<li><A HREF="dist/plib_examples-1.8.1.tar.gz"> + Example programs and Documentation for PLIB-1.8.1 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 Index: index.html =================================================================== RCS file: /cvsroot/plib/plib/doc/index.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- index.html 20 Mar 2004 06:36:00 -0000 1.32 +++ index.html 21 Mar 2004 19:29:25 -0000 1.33 @@ -88,7 +88,7 @@ is fairly independent of the others - so if you want to use SDL, GTK, GLUT, or FLTK instead of PLIB's 'PW' windowing library, you can. <p> -The latest stable version of PLIB is 1.8.0 - go to the +The latest stable version of PLIB is 1.8.1 - go to the <A HREF="download.html">DOWNLOAD</A> section to get a copy - go to the <A HREF="whats_inside.html">WHAT'S INSIDE</A> section for documentation and a more detailed description of Index: requirements.html =================================================================== RCS file: /cvsroot/plib/plib/doc/requirements.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- requirements.html 20 Mar 2004 06:36:00 -0000 1.12 +++ requirements.html 21 Mar 2004 19:29:25 -0000 1.13 @@ -98,7 +98,7 @@ had a copy of OpenGL delivered with your operating system. </ul> -<li>Windowing: From version 1.8.0, PLIB itself is completely independent of +<li>Windowing: From version 1.8.1, PLIB itself is completely independent of any other windowing library. However, some of the demo and example programs use <A HREF="http://freeglut.sf.net">freeglut</A> (or at a pinch: |