docs: update package contents
[mesa.git] / docs / download.html
index e90c1bbbf235048b643f8153d22fe7a3629ac673..8670b03d94a8ed2b8be3a391a2abeeb73612d874 100644 (file)
@@ -23,44 +23,37 @@ or <a href="https://mesa.freedesktop.org/archive/">mesa.freedesktop.org</a>
 (HTTP).
 </p>
 
+<p>
+Starting with the first release of 2017, Mesa's version scheme is
+year-based. Filenames are in the form <tt>mesa-Y.N.P.tar.gz</tt>, where
+<tt>Y</tt> is the year (two digits), <tt>N</tt> is an incremental number
+(starting at 0) and <tt>P</tt> is the patch number (0 for the first
+release, 1 for the first patch after that).
+</p>
+
 <p>
 When a new release is coming, release candidates (betas) may be found
-<a href="ftp://ftp.freedesktop.org/pub/mesa/beta/">here</a>.
+in the same directory, and are recognisable by the
+<tt>mesa-Y.N.P-<b>rc</b>X.tar.gz</tt> filename.
 </p>
 
 
 <h1>Unpacking</h1>
 
 <p>
-Mesa releases are available in three formats: .tar.bz2, .tar.gz, and .zip
+Mesa releases are available in two formats: <tt>.tar.xz</tt> and <tt>.tar.gz</tt>.
 </p>
 
 <p>
-To unpack .tar.gz files:
-</p>
-<pre>
-       tar zxf MesaLib-x.y.z.tar.gz
-</pre>
-or
+To unpack the tarball:
 <pre>
-       gzcat MesaLib-x.y.z.tar.gz | tar xf -
+       tar xf mesa-Y.N.P.tar.xz
 </pre>
 or
 <pre>
-       gunzip MesaLib-x.y.z.tar.gz ; tar xf MesaLib-x.y.z.tar
+       tar xf mesa-Y.N.P.tar.gz
 </pre>
-<p>
-To unpack .tar.bz2 files:
 </p>
-<pre>
-       bunzip2 -c MesaLib-x.y.z.tar.gz | tar xf -
-</pre>
-<p>
-To unpack .zip files:
-</p>
-<pre>
-       unzip MesaLib-x.y.z.zip
-</pre>
 
 
 <h1>Contents</h1>
@@ -69,8 +62,8 @@ To unpack .zip files:
 After unpacking you'll have these files and directories (among others):
 </p>
 <pre>
-Makefile       - top-level Makefile for most systems
-configs/       - makefile parameter files for various systems
+autogen.sh     - Autoconf script for *nix systems
+scons/         - SCons script for Windows builds
 include/       - GL header (include) files
 bin/           - shell scripts for making shared libraries, etc
 docs/          - documentation