diff --git a/docs/install.html b/docs/install.html index 041e27b8331..4cd0d4c9dcc 100644 --- a/docs/install.html +++ b/docs/install.html @@ -57,50 +57,31 @@ the DRI hardware drivers.
-DRM kernel modules and header files from the -DRI project. -
- --If you don't already have the DRM file, you can get the sources from -CVS by doing: -
-cvs -z3 -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/dri co drm --
-See the -DRI Building Instructions for the steps to build the DRM modules. Mesa -6.5 requires at least libdrm 2.0.1 or greater. +For Mesa 7.0.2 +DRM version 2.3 is required.
-You can verify that the DRM files have been properly installed by
-running pkg-config --modversion libdrm
-
+To check if you already have it, run:
+
+pkg-config --modversion libdrm
+
+You can download and install a
+tarball release or get the code from git with:
+
+git clone git://anongit.freedesktop.org/git/mesa/drm
+
+Then revert to the drm-2.3.0 tag with:
+
+git-reset --hard drm-2.3.0
+
You'll need this if you get any errors about _GLXvop_BindTexImageEXT -being undefined. -
--Download/install the -glproto -module from X.org git, or grab the -glxproto.h file and put it in the -Mesa/include/GL/ directory. -
- -Visit -XFree86 -or +Relatively recent -X.org -for more information. -
+X.org release. +Mesa depends on a number of X header and library files.