Remove libGLU
[mesa.git] / docs / download.html
index 6a9533aaeb3a751ab5fd597e59522440d846a338..a1a1baa28ff8302356b061660b22b0bbd9278d40 100644 (file)
@@ -1,12 +1,13 @@
-<HTML>
+<!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>
 
-<TITLE>Getting Mesa</TITLE>
-
-<link rel="stylesheet" type="text/css" href="mesa.css"></head>
-
-<BODY>
-
-<H1>Downloading</H1>
+<h1>Downloading</h1>
 
 <p>
 Primary Mesa download site:
@@ -20,7 +21,7 @@ When a new release is coming, release candidates (betas) may be found
 </p>
 
 
-<H1>Unpacking</H1>
+<h1>Unpacking</h1>
 
 <p>
 Mesa releases are available in three formats: .tar.bz2, .tar.gz, and .zip
@@ -68,7 +69,6 @@ docs/         - documentation
 src/           - source code for libraries
 src/mesa       - sources for the main Mesa library and device drivers
 src/gallium     - sources for Gallium and Gallium drivers
-src/glu                - libGLU source code
 src/glx                - sources for building libGL with full GLX and DRI support
 </pre>
 
@@ -79,7 +79,12 @@ instructions</a>.
 </p>
 
 
-<H1>Demos and GLUT</H2>
+<h1>Demos, GLUT, and GLU</h1>
+
+<p>
+A package of SGI's GLU library is available
+<a href="ftp://ftp.freedesktop.org/pub/mesa/glu/" target="_parent">here</a>
+</p>
 
 <p>
 A package of Mark Kilgard's GLUT library is available
@@ -92,11 +97,15 @@ The Mesa demos collection is available
 </p>
 
 <p>
-In the past, GLUT and the Mesa demos were released in conjunction with
-Mesa releases.  But since GLUT and the demos change infrequently, they
-were split off some time ago.
+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>,
 </p>
 
 
-</BODY>
-</HTML>
+</body>
+</html>