X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fdownload.html;h=3cb9423dd911f20624123047626a8ccfeeb4f907;hb=0b4c529da5c67f9719f4ca92cbeca4fcf826796f;hp=54c5d972c6ef6f891ff10a2fa4036b0941f79bc5;hpb=c9d2f4ca474c7ae0fcd6d4a7ea6da671b9a4725f;p=mesa.git diff --git a/docs/download.html b/docs/download.html index 54c5d972c6e..3cb9423dd91 100644 --- a/docs/download.html +++ b/docs/download.html @@ -2,103 +2,135 @@ Getting Mesa - + -

Downloading / Unpacking

+ + +

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: +

+

-Mesa can be downloaded from the - -SourceForge download area. +If you're not interested in running the demos, you'll only need the first +package.

-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. +If you're new to this and not sure what you're doing, grab all three packages.

-Mesa is available in at least three archive formats: +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 directories (and more): +After unpacking you'll have these files and directories (among others):

-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/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: -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. -

-