X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fdownload.html;h=e90c1bbbf235048b643f8153d22fe7a3629ac673;hb=4e959cf9f9363f18dd13c7dacadceb56616c9765;hp=37b0b3da479245b9c5f6e62ebbda7edecd50a9a1;hpb=37f21fce3bd323c361291215edeb7d8cf5f4335b;p=mesa.git diff --git a/docs/download.html b/docs/download.html index 37b0b3da479..e90c1bbbf23 100644 --- a/docs/download.html +++ b/docs/download.html @@ -1,102 +1,66 @@ - + + + + + Getting Mesa + + + -Getting Mesa +
+

The Mesa 3D Graphics Library

+
- + +
- - -

Downloading

+

Downloading

-Current development release: 7.3 -
-Last stable release: 7.2 +Primary Mesa download site: +ftp.freedesktop.org (FTP) +or mesa.freedesktop.org +(HTTP).

-Primary download site: -SourceForge +When a new release is coming, release candidates (betas) may be found +here.

-

-When a new release is coming, release candidates (betas) can 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. -

+

Unpacking

-If you're new to this and not sure what you're doing, grab all three packages. +Mesa releases are available in three formats: .tar.bz2, .tar.gz, and .zip

-The packages are available in .tar.gz, .tar.bz2 and .zip formats. -Other sites might offer additional package formats. +To unpack .tar.gz files:

- -

Unpacking

- -

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

- -

Contents

@@ -112,25 +76,10 @@ 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/gallium - sources for Gallium and Gallium drivers 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 @@ -138,5 +87,33 @@ instructions.

- - +

Demos, GLUT, and GLU

+ +

+A package of SGI's GLU library is available +here +

+ +

+A package of Mark Kilgard's GLUT library is available +here +

+ +

+The Mesa demos collection is available +here +

+ +

+In the past, GLUT, GLU and the Mesa demos were released in conjunction with +Mesa releases. But since GLUT, GLU and the demos change infrequently, they +were split off into their own git repositories: + +GLUT, +GLU and +Demos, +

+ +
+ +