From 95fc4f4d4d79e8f5fed92e3be33de94457120e68 Mon Sep 17 00:00:00 2001 From: rkrolib Date: Thu, 25 Dec 2003 17:23:08 +0000 Subject: [PATCH] Use "bzcat ... | tar -xvf -" instead of "tar -jxvf ...". Also, changed to follow the convention that stuff-you-type is in a "typewriter" font (use tags). git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@417 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/web-src/docs/install.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/freeglut/web-src/docs/install.php b/freeglut/web-src/docs/install.php index ce488c2..8069362 100644 --- a/freeglut/web-src/docs/install.php +++ b/freeglut/web-src/docs/install.php @@ -25,13 +25,13 @@ generateHeader($_SERVER['PHP_SELF']);
Untar and configure the packages

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

-
tar -jvxf freeglut-2.X.X.tar.bz2
+
bzcat freeglut-2.2.0.tar.bz2 | tar -vxf -
Change to the resulting directory:
-
cd freeglut-2.X.X
+
cd freeglut-2.X.X
Now, configure the packages:
-
./configure
+
./configure

NetBSD users may need a slightly different command:

@@ -51,9 +51,9 @@ 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
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
+ln -s /usr/lib/libfreeglut.so.0.2.0 /usr/lib/libglut.so.3.7.0