2012-06-12 09:05:03 +02:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
|
<title>Getting Mesa</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="mesa.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
2003-03-08 17:38:57 +00:00
|
|
|
|
2012-09-18 18:57:02 +02:00
|
|
|
<div class="header">
|
|
|
|
<h1>The Mesa 3D Graphics Library</h1>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<iframe src="contents.html"></iframe>
|
|
|
|
<div class="content">
|
|
|
|
|
2012-06-12 09:05:03 +02:00
|
|
|
<h1>Downloading</h1>
|
2003-03-08 17:38:57 +00:00
|
|
|
|
|
|
|
<p>
|
2009-09-03 15:44:49 -06:00
|
|
|
Primary Mesa download site:
|
2016-03-29 12:54:10 -06:00
|
|
|
<a href="ftp://ftp.freedesktop.org/pub/mesa/">ftp.freedesktop.org</a> (FTP)
|
|
|
|
or <a href="https://mesa.freedesktop.org/archive/">mesa.freedesktop.org</a>
|
|
|
|
(HTTP).
|
2003-03-08 17:38:57 +00:00
|
|
|
</p>
|
|
|
|
|
2008-06-21 10:14:22 -06:00
|
|
|
<p>
|
2009-09-03 15:44:49 -06:00
|
|
|
When a new release is coming, release candidates (betas) may be found
|
2012-09-18 19:31:28 +02:00
|
|
|
<a href="ftp://ftp.freedesktop.org/pub/mesa/beta/">here</a>.
|
2008-06-21 10:14:22 -06:00
|
|
|
</p>
|
|
|
|
|
2005-09-10 16:57:22 +00:00
|
|
|
|
2012-06-12 09:05:36 +02:00
|
|
|
<h1>Unpacking</h1>
|
2012-04-19 08:56:02 -06:00
|
|
|
|
2005-09-10 16:57:22 +00:00
|
|
|
<p>
|
2012-04-19 08:56:02 -06:00
|
|
|
Mesa releases are available in three formats: .tar.bz2, .tar.gz, and .zip
|
2006-07-12 20:14:43 +00:00
|
|
|
</p>
|
|
|
|
|
2005-09-10 16:57:22 +00:00
|
|
|
<p>
|
2011-04-04 11:16:51 -06:00
|
|
|
To unpack .tar.gz files:
|
2005-09-10 16:57:22 +00:00
|
|
|
</p>
|
|
|
|
<pre>
|
2011-04-04 11:16:51 -06:00
|
|
|
tar zxf MesaLib-x.y.z.tar.gz
|
2005-09-10 16:57:22 +00:00
|
|
|
</pre>
|
|
|
|
or
|
|
|
|
<pre>
|
2011-04-04 11:16:51 -06:00
|
|
|
gzcat MesaLib-x.y.z.tar.gz | tar xf -
|
2005-09-10 16:57:22 +00:00
|
|
|
</pre>
|
|
|
|
or
|
2003-03-08 17:38:57 +00:00
|
|
|
<pre>
|
2011-04-04 11:16:51 -06:00
|
|
|
gunzip MesaLib-x.y.z.tar.gz ; tar xf MesaLib-x.y.z.tar
|
2003-03-08 17:38:57 +00:00
|
|
|
</pre>
|
2011-04-04 11:16:51 -06:00
|
|
|
<p>
|
|
|
|
To unpack .tar.bz2 files:
|
|
|
|
</p>
|
2005-09-10 16:57:22 +00:00
|
|
|
<pre>
|
2011-04-04 11:16:51 -06:00
|
|
|
bunzip2 -c MesaLib-x.y.z.tar.gz | tar xf -
|
2005-09-10 16:57:22 +00:00
|
|
|
</pre>
|
2011-04-04 11:16:51 -06:00
|
|
|
<p>
|
|
|
|
To unpack .zip files:
|
|
|
|
</p>
|
2005-09-10 16:57:22 +00:00
|
|
|
<pre>
|
2011-04-04 11:16:51 -06:00
|
|
|
unzip MesaLib-x.y.z.zip
|
2005-09-10 16:57:22 +00:00
|
|
|
</pre>
|
|
|
|
|
|
|
|
|
|
|
|
<h1>Contents</h1>
|
2003-03-08 17:38:57 +00:00
|
|
|
|
|
|
|
<p>
|
2006-07-12 20:14:43 +00:00
|
|
|
After unpacking you'll have these files and directories (among others):
|
2003-03-08 17:38:57 +00:00
|
|
|
</p>
|
|
|
|
<pre>
|
2005-09-10 16:57:22 +00:00
|
|
|
Makefile - top-level Makefile for most systems
|
|
|
|
configs/ - makefile parameter files for various systems
|
2003-03-08 17:38:57 +00:00
|
|
|
include/ - GL header (include) files
|
2003-09-03 23:04:31 +00:00
|
|
|
bin/ - shell scripts for making shared libraries, etc
|
2003-03-08 17:38:57 +00:00
|
|
|
docs/ - documentation
|
2003-09-03 23:04:31 +00:00
|
|
|
src/ - source code for libraries
|
|
|
|
src/mesa - sources for the main Mesa library and device drivers
|
2011-04-04 11:16:51 -06:00
|
|
|
src/gallium - sources for Gallium and Gallium drivers
|
2006-07-12 20:14:43 +00:00
|
|
|
src/glx - sources for building libGL with full GLX and DRI support
|
2005-09-10 16:57:22 +00:00
|
|
|
</pre>
|
2003-09-03 23:04:31 +00:00
|
|
|
|
2003-03-08 17:38:57 +00:00
|
|
|
|
|
|
|
<p>
|
2005-09-10 16:57:22 +00:00
|
|
|
Proceed to the <a href="install.html">compilation and installation
|
2003-03-08 17:38:57 +00:00
|
|
|
instructions</a>.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
2012-08-23 16:39:20 -07:00
|
|
|
<h1>Demos, GLUT, and GLU</h1>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
A package of SGI's GLU library is available
|
2012-09-18 19:31:28 +02:00
|
|
|
<a href="ftp://ftp.freedesktop.org/pub/mesa/glu/">here</a>
|
2012-08-23 16:39:20 -07:00
|
|
|
</p>
|
2012-04-19 08:56:02 -06:00
|
|
|
|
|
|
|
<p>
|
|
|
|
A package of Mark Kilgard's GLUT library is available
|
2012-09-18 19:31:28 +02:00
|
|
|
<a href="ftp://ftp.freedesktop.org/pub/mesa/glut/">here</a>
|
2012-04-19 08:56:02 -06:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
The Mesa demos collection is available
|
2012-09-18 19:31:28 +02:00
|
|
|
<a href="ftp://ftp.freedesktop.org/pub/mesa/demos/">here</a>
|
2012-04-19 08:56:02 -06:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2012-08-23 16:39:20 -07:00
|
|
|
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:
|
|
|
|
|
|
|
|
<a href="http://cgit.freedesktop.org/mesa/glut/">GLUT</a>,
|
|
|
|
<a href="http://cgit.freedesktop.org/mesa/glu/">GLU</a> and
|
|
|
|
<a href="http://cgit.freedesktop.org/mesa/demos/">Demos</a>,
|
2012-04-19 08:56:02 -06:00
|
|
|
</p>
|
|
|
|
|
2012-09-18 18:57:02 +02:00
|
|
|
</div>
|
2012-06-12 09:05:03 +02:00
|
|
|
</body>
|
|
|
|
</html>
|