From a0c4815433ccd57322f4f7703ca35e9ccfa59250 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 8 Oct 2009 13:15:52 +0000 Subject: Added MesaLib-7.6 --- mesalib/docs/download.html | 136 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 mesalib/docs/download.html (limited to 'mesalib/docs/download.html') diff --git a/mesalib/docs/download.html b/mesalib/docs/download.html new file mode 100644 index 000000000..3cb9423dd --- /dev/null +++ b/mesalib/docs/download.html @@ -0,0 +1,136 @@ + + +Getting Mesa + + + + + +

Downloading

+ +

+Primary Mesa download site: +freedesktop.org (FTP) +

+ +

+When a new release is coming, release candidates (betas) may be found +here. +

+ + +

+Mesa is distributed in several parts: +

+ + +

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

+ +

+If you're new to this and not sure what you're doing, grab all three packages. +

+ +

+The packages are available in .tar.gz, .tar.bz2 and .zip formats. +Other sites 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 files and directories (among others): +

+
+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
+docs/		- documentation
+src/		- source code for libraries
+src/mesa	- sources for the main Mesa library and device drivers
+src/glu		- libGLU source code
+src/glx		- sources for building libGL with full GLX and DRI support
+src/glw		- Xt/Motif/OpenGL widget code
+
+ +If you downloaded and unpacked the MesaDemos.X.Y package: + +
+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 the compilation and installation +instructions. +

+ + + + -- cgit v1.2.3