From 7f8cb30ccc88270eb1d7ca29f9dc69a4b7d540bf Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 10 Sep 2005 16:57:22 +0000 Subject: bunch of updates --- docs/contents.html | 6 ++- docs/download.html | 144 ++++++++++++++++++++++++++++++++--------------------- 2 files changed, 90 insertions(+), 60 deletions(-) diff --git a/docs/contents.html b/docs/contents.html index c2ad6fff2e..88b7bc7de8 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -37,8 +37,6 @@ a:visited { Download / Install +Hosted by: +
+
Sourceforge.net +
\ No newline at end of file diff --git a/docs/download.html b/docs/download.html index b30b98ff9b..b61c98df00 100644 --- a/docs/download.html +++ b/docs/download.html @@ -6,101 +6,129 @@ -

Downloading / Unpacking

+

Downloading

-Mesa can be downloaded from the - -SourceForge download area. +Last development release: 6.3.2

-Since version 2.3, Mesa is distributed in two pieces: main library code -and demos. If you're upgrading from a previous version of Mesa or you're not -interested in the demos you can just download the core Mesa archive file. +Last stable release: 6.2.1

-Mesa is available in at least three archive formats: +Primary download site: +SourceForge

+ +

+Mesa is distributed in several parts: +

+ + +

+If you're not interested in running the demos, you'll only need the first +package. +

+ +

+The packages are available in .tar.gz, .tar.bz2 and .zip formats. +Other organizations might offer additional package formats. +

+ +

Unpacking

+ +

+All the packages should be in the same directory prior to unpacking. +

+ + + + +

Contents

-After unpacking you'll have these directories (and more): +After unpacking you'll have these directories:

-Makefile.X11	- top-level Makefile for X11-based systems
-Make-config	- system configurations used by the Makefile.X11
+Makefile	- top-level Makefile for most systems
+configs/	- makefile parameter files for various systems
 include/	- GL header (include) files
 bin/		- shell scripts for making shared libraries, etc
-lib/		- final client libraries, created during compilation
 docs/		- documentation
 src/		- source code for libraries
 src/mesa	- sources for the main Mesa library and device drivers
 src/glu		- libGLU source code
 src/glw		- Xt/Motif/OpenGL widget code
+
+If you downloaded and unpacked the MesaDemos.X.Y package: -and if you downloaded and unpacked the MesaDemos.X.Y archive: - -src/glut - GLUT source code -progs/ - OpenGL programs +
 progs/demos	- original Mesa demos
 progs/xdemos	- GLX OpenGL/Mesa demos
 progs/redbook	- examples from the OpenGL Programming Guide
 progs/samples	- examples from SGI
 progs/images/	- image files
+
+If you downloaded and unpacked the MesaGLUT.X.Y package: +
+src/glut	- GLUT library source code
 

-Proceed to compilation and installation +Proceed to the compilation and installation instructions.

-

GLUT

- -

-Mesa 2.5 and later includes Mark Kilgard's GLUT library (GL Utility Toolkit). -GLUT is built automatically on systems which support it. -

-

-The GLUT tests, demos, examples, etc are not included, just the main library. -To obtain the latest complete release of GLUT please visit the -GLUT page on www.opengl.org. -

- -- cgit v1.2.3