summaryrefslogtreecommitdiff
path: root/docs/install.html
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-07-01 09:02:10 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-07-01 09:02:10 -0600
commit011b0e51e47e52ad9e29b31b3b4de1a5b77b3768 (patch)
tree9f2f222b69c32b9153ed4afa0bae84710da7ba9f /docs/install.html
parent2ce4b985a56fc05ea1f33b68a987bf866ab06d11 (diff)
link to DRM 2.3.1
Diffstat (limited to 'docs/install.html')
-rw-r--r--docs/install.html17
1 files changed, 3 insertions, 14 deletions
diff --git a/docs/install.html b/docs/install.html
index 30565a1dc4..16ef013688 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -25,23 +25,12 @@
<h3>1.1 Prerequisites for DRI and Hardware Acceleration</h3>
<p>
-To build Mesa with DRI-based hardware acceleration you must first have
-the right version of DRM.
+To build Mesa 7.1 with DRI-based hardware acceleration you must first have
+the <a href="http://dri.freedesktop.org/libdrm/" target="_parent">DRM version 2.3.1</a>.
</p>
<p>
-For Mesa 7.1 a particular snapshot of
-<a href="http://dri.freedesktop.org/libdrm/">DRM</a> from git is required:
-</p>
-
-<pre>
-git-clone git://anongit.freedesktop.org/git/mesa/drm
-git-checkout (XXXX HASH ID TBD)
-</pre>
-</li>
-
-<p>
-You should also be using Xorg server version 1.4
+You should also be using the Xorg server version 1.4 or 1.5.
</p>