diff options
-rw-r--r-- | docs/install.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/install.html b/docs/install.html index 12f78411b7..804dee59b5 100644 --- a/docs/install.html +++ b/docs/install.html @@ -83,9 +83,14 @@ Recent /usr/include/GL/glxproto.h file. <p>You'll need this if you get any errors about _GLXvop_BindTexImageEXT being undefined. </p> -<p>The latest version can be -obtained from <A href="http://webcvs.freedesktop.org/*checkout*/xorg/proto/GL/glxproto.h?rev=1.9&content-type=text%2Fplain">freedesktop.org CVS</a> +<p> +Download/install the +<a href="http://gitweb.freedesktop.org/?p=xorg/proto/glproto.git">glproto</a> +module from X.org git, or grab the +<A href="http://webcvs.freedesktop.org/*checkout*/xorg/proto/GL/glxproto.h?rev=1.9&content-type=text%2Fplain">glxproto.h file</a> and put it in the +Mesa/include/GL/ directory. </p> + </li> <li>DRI-enabled X server. |