diff options
Diffstat (limited to 'docs/download.html')
-rw-r--r-- | docs/download.html | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/docs/download.html b/docs/download.html index 3d543281f4..a1a1baa28f 100644 --- a/docs/download.html +++ b/docs/download.html @@ -69,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> @@ -80,7 +79,12 @@ instructions</a>. </p> -<h1>Demos and GLUT</h1> +<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 @@ -93,9 +97,13 @@ 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> |