1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4 <meta http-equiv=
"content-type" content=
"text/html; charset=utf-8">
5 <title>Getting Mesa
</title>
6 <link rel=
"stylesheet" type=
"text/css" href=
"mesa.css">
11 <h1>The Mesa
3D Graphics Library
</h1>
14 <iframe src=
"contents.html"></iframe>
20 Primary Mesa download site:
21 <a href=
"ftp://ftp.freedesktop.org/pub/mesa/">freedesktop.org
</a> (FTP)
25 When a new release is coming, release candidates (betas) may be found
26 <a href=
"ftp://ftp.freedesktop.org/pub/mesa/beta/">here
</a>.
33 Mesa releases are available in three formats: .tar.bz2, .tar.gz, and .zip
37 To unpack .tar.gz files:
40 tar zxf MesaLib-x.y.z.tar.gz
44 gzcat MesaLib-x.y.z.tar.gz | tar xf -
48 gunzip MesaLib-x.y.z.tar.gz ; tar xf MesaLib-x.y.z.tar
51 To unpack .tar.bz2 files:
54 bunzip2 -c MesaLib-x.y.z.tar.gz | tar xf -
60 unzip MesaLib-x.y.z.zip
67 After unpacking you'll have these files and directories (among others):
70 Makefile - top-level Makefile for most systems
71 configs/ - makefile parameter files for various systems
72 include/ - GL header (include) files
73 bin/ - shell scripts for making shared libraries, etc
75 src/ - source code for libraries
76 src/mesa - sources for the main Mesa library and device drivers
77 src/gallium - sources for Gallium and Gallium drivers
78 src/glx - sources for building libGL with full GLX and DRI support
83 Proceed to the
<a href=
"install.html">compilation and installation
88 <h1>Demos, GLUT, and GLU
</h1>
91 A package of SGI's GLU library is available
92 <a href=
"ftp://ftp.freedesktop.org/pub/mesa/glu/">here
</a>
96 A package of Mark Kilgard's GLUT library is available
97 <a href=
"ftp://ftp.freedesktop.org/pub/mesa/glut/">here
</a>
101 The Mesa demos collection is available
102 <a href=
"ftp://ftp.freedesktop.org/pub/mesa/demos/">here
</a>
106 In the past, GLUT, GLU and the Mesa demos were released in conjunction with
107 Mesa releases. But since GLUT, GLU and the demos change infrequently, they
108 were split off into their own git repositories:
110 <a href=
"http://cgit.freedesktop.org/mesa/glut/">GLUT
</a>,
111 <a href=
"http://cgit.freedesktop.org/mesa/glu/">GLU
</a> and
112 <a href=
"http://cgit.freedesktop.org/mesa/demos/">Demos
</a>,