From 439af1ae86990b2e2dcc5d39c8f32267891bfc97 Mon Sep 17 00:00:00 2001 From: fayjf Date: Thu, 3 Dec 2009 13:06:07 +0000 Subject: [PATCH] Adding Martin Payne's changes to the web source per e-mail dated 11/30/09, 5:31 AM git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@858 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/web-src/docs/install.php | 12 ++---------- freeglut/web-src/news.php | 19 ++++++++++++++++--- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/freeglut/web-src/docs/install.php b/freeglut/web-src/docs/install.php index 5984315..5c4eba5 100644 --- a/freeglut/web-src/docs/install.php +++ b/freeglut/web-src/docs/install.php @@ -20,7 +20,7 @@ generateHeader($_SERVER['PHP_SELF']);
Untar and configure the packages

Copy the tarball you downloaded into a temporary directory. Untar it as follows:

-
bzcat freeglut-2.2.0.tar.bz2 | tar -vxf -
+
zcat freeglut-2.2.0.tar.bz2 | tar -vxf -
Change to the resulting directory:
cd freeglut-2.X.X
@@ -44,14 +44,6 @@ make all make install - -
(Optional) Making symlinks to replace GLUT
-

Make a symlink from libfreeglut.so.0.2.0 to libglut.so.3, libglut.so.3.7 and libglut.so.3.7.0

- -
-ln -s /usr/lib/libfreeglut.so.0.2.0 /usr/lib/libglut.so.3
-ln -s /usr/lib/libfreeglut.so.0.2.0 /usr/lib/libglut.so.3.7
-ln -s /usr/lib/libfreeglut.so.0.2.0 /usr/lib/libglut.so.3.7.0
-
+

This will install the libraries, headers, and symlinks to replace GLUT.

diff --git a/freeglut/web-src/news.php b/freeglut/web-src/news.php index 445c4df..8e1b1a0 100644 --- a/freeglut/web-src/news.php +++ b/freeglut/web-src/news.php @@ -9,12 +9,25 @@ generateHeader($_SERVER['PHP_SELF']); ?>
-
API is now online! [30 Decmber 2003]
+
freeglut 2.6.0 Released [27 November 2009]
+

The long awaited 2.6.0 release has arrived! This release features:

+ +

Visit the downloads section to get your hands on the latest release.

+
+ +
+
API is now online! [30 December 2003]

The Application Programming Interface documentation is now online, in addition to being distributed with the tarball. There have been a few changes to freeglut since the last update to the API documentation, and if anyone would like to make the appropriate updates, the whole project would appreciate it. Despite that, it's nearly wholly up-to-date. Please make good use of it.

-
freeglut 2.2.0 Released [12 Decmber 2003]
+
freeglut 2.2.0 Released [12 December 2003]

The freeglut Project proudly announces freeglut 2.2.0. This version contains:

XFree86 GameMode improvements:

-