[Plib-cvs] plib/doc download.html,1.20,1.21 index.html,1.33,1.34 requirements.html,1.13,1.14
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-03-26 19:05:23
|
Update of /cvsroot/plib/plib/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31766/plib/doc Modified Files: download.html index.html requirements.html Log Message: Fixed version numbers in documentation - updated changelog Index: download.html =================================================================== RCS file: /cvsroot/plib/plib/doc/download.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- download.html 21 Mar 2004 19:29:25 -0000 1.20 +++ download.html 26 Mar 2004 18:54:14 -0000 1.21 @@ -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.1.tar.gz"> PLIB - Version 1.8.1</A> +Download this: <A HREF="dist/plib-1.8.2.tar.gz"> PLIB - Version 1.8.2</A> <br> Run this (as 'root'): <pre> - tar xzf plib-1.8.1.tar.gz - cd plib-1.8.1 + tar xzf plib-1.8.2.tar.gz + cd plib-1.8.2 ./configure ; make install </pre> Tadaaaa! @@ -94,7 +94,7 @@ in PLIB. <p> <ul> -<li><A HREF="dist/plib-1.8.1.tar.gz"> PLIB - Version 1.8.1 -- Current Stable</A> +<li><A HREF="dist/plib-1.8.2.tar.gz"> PLIB - Version 1.8.2 -- 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> Index: index.html =================================================================== RCS file: /cvsroot/plib/plib/doc/index.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- index.html 21 Mar 2004 19:29:25 -0000 1.33 +++ index.html 26 Mar 2004 18:54:14 -0000 1.34 @@ -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.1 - go to the +The latest stable version of PLIB is 1.8.2 - 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.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- requirements.html 21 Mar 2004 19:29:25 -0000 1.13 +++ requirements.html 26 Mar 2004 18:54:14 -0000 1.14 @@ -98,7 +98,7 @@ had a copy of OpenGL delivered with your operating system. </ul> -<li>Windowing: From version 1.8.1, PLIB itself is completely independent of +<li>Windowing: From version 1.8.0, 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: |