X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fdownload.html;h=4e8fc2f02f0cbdf73a0d04f8907d1259be82ac6c;hb=17645103aaa937d24d58d110b845200c637c2365;hp=2d587f35f9f344910fca128968808fb393b801b1;hpb=80a718a63bf2fa817e346f0f5731ee9ef2e0e68b;p=mesa.git diff --git a/docs/download.html b/docs/download.html index 2d587f35f9f..4e8fc2f02f0 100644 --- a/docs/download.html +++ b/docs/download.html @@ -9,94 +9,63 @@

Downloading

-Current development release: 7.1 -
-Last stable release: 7.0.4 +Primary Mesa download site: +freedesktop.org (FTP)

-Primary download site: -SourceForge -

- -

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

-Mesa is distributed in several parts: +The Mesa package is named MesaLib-x.y.z.{tar.bz2, tar.gz, zip} where x.y.z +is the version. There are three types of compressed archives.

- -

-If you're not interested in running the demos, you'll only need the first -package. +In the past, there was also MesaGLUT-x.y.z.{tar.bz2, tar.gz, zip} packages which +contained Mark Kilgard's GLUT library. +Most Linux distributions include an implementation of GLUT (such as freeglut).

-

-If you're new to this and not sure what you're doing, grab all three packages. +In the past, the Mesa demos collection was distributed as +MesaDemos-x.y.z.{tar.bz2, tar.gz, zip}. +Now, the + +Mesa demos are distributed separately.

-

-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. +To unpack .tar.gz files:

- -

Contents

@@ -112,22 +81,12 @@ 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/gallium - sources for Gallium and Gallium 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: +If you downloaded and unpacked the MesaGLUT.x.y.z package:
 src/glut	- GLUT library source code