Andreas Boll | ecd5c7c | 2012-06-12 09:05:03 +0200 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 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"> |
| 7 | </head> |
| 8 | <body> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 9 | |
Andreas Boll | b5da52a | 2012-09-18 18:57:02 +0200 | [diff] [blame] | 10 | <div class="header"> |
| 11 | <h1>The Mesa 3D Graphics Library</h1> |
| 12 | </div> |
| 13 | |
| 14 | <iframe src="contents.html"></iframe> |
| 15 | <div class="content"> |
| 16 | |
Andreas Boll | ecd5c7c | 2012-06-12 09:05:03 +0200 | [diff] [blame] | 17 | <h1>Downloading</h1> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 18 | |
| 19 | <p> |
Brian Paul | 5d56e31 | 2009-09-03 15:44:49 -0600 | [diff] [blame] | 20 | Primary Mesa download site: |
Brian Paul | bab0752 | 2016-03-29 12:54:10 -0600 | [diff] [blame] | 21 | <a href="ftp://ftp.freedesktop.org/pub/mesa/">ftp.freedesktop.org</a> (FTP) |
| 22 | or <a href="https://mesa.freedesktop.org/archive/">mesa.freedesktop.org</a> |
Emil Velikov | 432f8bf | 2017-06-30 12:09:32 +0100 | [diff] [blame] | 23 | (HTTPS). |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 24 | </p> |
| 25 | |
Brian Paul | 3491cbe | 2008-06-21 10:14:22 -0600 | [diff] [blame] | 26 | <p> |
Eric Engestrom | 5b10c36 | 2017-02-08 04:27:00 -0700 | [diff] [blame] | 27 | Starting with the first release of 2017, Mesa's version scheme is |
| 28 | year-based. Filenames are in the form <tt>mesa-Y.N.P.tar.gz</tt>, where |
| 29 | <tt>Y</tt> is the year (two digits), <tt>N</tt> is an incremental number |
| 30 | (starting at 0) and <tt>P</tt> is the patch number (0 for the first |
| 31 | release, 1 for the first patch after that). |
| 32 | </p> |
| 33 | |
| 34 | <p> |
Brian Paul | 5d56e31 | 2009-09-03 15:44:49 -0600 | [diff] [blame] | 35 | When a new release is coming, release candidates (betas) may be found |
Eric Engestrom | d7e1a16 | 2017-02-08 04:27:00 -0700 | [diff] [blame] | 36 | in the same directory, and are recognisable by the |
| 37 | <tt>mesa-Y.N.P-<b>rc</b>X.tar.gz</tt> filename. |
Brian Paul | 3491cbe | 2008-06-21 10:14:22 -0600 | [diff] [blame] | 38 | </p> |
| 39 | |
Brian Paul | 7f8cb30 | 2005-09-10 16:57:22 +0000 | [diff] [blame] | 40 | |
Andreas Boll | 210a27d | 2012-06-12 09:05:36 +0200 | [diff] [blame] | 41 | <h1>Unpacking</h1> |
Brian Paul | 7f8cb30 | 2005-09-10 16:57:22 +0000 | [diff] [blame] | 42 | |
| 43 | <p> |
Eric Engestrom | 06e40dc | 2017-02-08 04:27:00 -0700 | [diff] [blame] | 44 | Mesa releases are available in two formats: <tt>.tar.xz</tt> and <tt>.tar.gz</tt>. |
Brian Paul | f64bae2 | 2012-04-19 08:56:02 -0600 | [diff] [blame] | 45 | </p> |
| 46 | |
| 47 | <p> |
Eric Engestrom | 06e40dc | 2017-02-08 04:27:00 -0700 | [diff] [blame] | 48 | To unpack the tarball: |
Erik Faye-Lund | 41573d4 | 2019-04-18 16:12:08 +0200 | [diff] [blame^] | 49 | </p> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 50 | <pre> |
Eric Engestrom | 06e40dc | 2017-02-08 04:27:00 -0700 | [diff] [blame] | 51 | tar xf mesa-Y.N.P.tar.xz |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 52 | </pre> |
Erik Faye-Lund | 41573d4 | 2019-04-18 16:12:08 +0200 | [diff] [blame^] | 53 | <p>or</p> |
Brian Paul | 7f8cb30 | 2005-09-10 16:57:22 +0000 | [diff] [blame] | 54 | <pre> |
Eric Engestrom | 06e40dc | 2017-02-08 04:27:00 -0700 | [diff] [blame] | 55 | tar xf mesa-Y.N.P.tar.gz |
Brian Paul | 7f8cb30 | 2005-09-10 16:57:22 +0000 | [diff] [blame] | 56 | </pre> |
Brian Paul | 7f8cb30 | 2005-09-10 16:57:22 +0000 | [diff] [blame] | 57 | |
| 58 | |
| 59 | <h1>Contents</h1> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 60 | |
| 61 | <p> |
Brian Paul | 7f8cb30 | 2005-09-10 16:57:22 +0000 | [diff] [blame] | 62 | Proceed to the <a href="install.html">compilation and installation |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 63 | instructions</a>. |
| 64 | </p> |
| 65 | |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 66 | |
Matt Turner | b95d598 | 2012-08-23 16:39:20 -0700 | [diff] [blame] | 67 | <h1>Demos, GLUT, and GLU</h1> |
| 68 | |
| 69 | <p> |
| 70 | A package of SGI's GLU library is available |
Andreas Boll | a73c59b | 2012-09-18 19:31:28 +0200 | [diff] [blame] | 71 | <a href="ftp://ftp.freedesktop.org/pub/mesa/glu/">here</a> |
Matt Turner | b95d598 | 2012-08-23 16:39:20 -0700 | [diff] [blame] | 72 | </p> |
Brian Paul | f64bae2 | 2012-04-19 08:56:02 -0600 | [diff] [blame] | 73 | |
| 74 | <p> |
| 75 | A package of Mark Kilgard's GLUT library is available |
Andreas Boll | a73c59b | 2012-09-18 19:31:28 +0200 | [diff] [blame] | 76 | <a href="ftp://ftp.freedesktop.org/pub/mesa/glut/">here</a> |
Brian Paul | f64bae2 | 2012-04-19 08:56:02 -0600 | [diff] [blame] | 77 | </p> |
| 78 | |
| 79 | <p> |
| 80 | The Mesa demos collection is available |
Andreas Boll | a73c59b | 2012-09-18 19:31:28 +0200 | [diff] [blame] | 81 | <a href="ftp://ftp.freedesktop.org/pub/mesa/demos/">here</a> |
Brian Paul | f64bae2 | 2012-04-19 08:56:02 -0600 | [diff] [blame] | 82 | </p> |
| 83 | |
| 84 | <p> |
Matt Turner | b95d598 | 2012-08-23 16:39:20 -0700 | [diff] [blame] | 85 | In the past, GLUT, GLU and the Mesa demos were released in conjunction with |
| 86 | Mesa releases. But since GLUT, GLU and the demos change infrequently, they |
| 87 | were split off into their own git repositories: |
| 88 | |
Eric Engestrom | ae2694e | 2018-09-21 14:39:53 +0100 | [diff] [blame] | 89 | <a href="https://gitlab.freedesktop.org/mesa/glut">GLUT</a>, |
| 90 | <a href="https://gitlab.freedesktop.org/mesa/glu">GLU</a> and |
| 91 | <a href="https://gitlab.freedesktop.org/mesa/demos">Demos</a>, |
Brian Paul | f64bae2 | 2012-04-19 08:56:02 -0600 | [diff] [blame] | 92 | </p> |
| 93 | |
Andreas Boll | b5da52a | 2012-09-18 18:57:02 +0200 | [diff] [blame] | 94 | </div> |
Andreas Boll | ecd5c7c | 2012-06-12 09:05:03 +0200 | [diff] [blame] | 95 | </body> |
| 96 | </html> |