summaryrefslogtreecommitdiff
path: root/docs/install.html
diff options
context:
space:
mode:
authorAdam Jackson <ajax@freedesktop.org>2006-03-30 19:21:20 +0000
committerAdam Jackson <ajax@freedesktop.org>2006-03-30 19:21:20 +0000
commit898269798185a58304e52e83f0fc1f0353d4a4d3 (patch)
tree7d05cca047b1c44fc3cfd5e5e56461dcc01e681c /docs/install.html
parent9542537cee93f53dcd4a0f0a35444c8b2cbb4885 (diff)
Update the install docs to make explicit note of libdrm version dependency.
Change pdx.fd.o to {anon,}cvs.fd.o as appropriate.
Diffstat (limited to 'docs/install.html')
-rw-r--r--docs/install.html20
1 files changed, 6 insertions, 14 deletions
diff --git a/docs/install.html b/docs/install.html
index 129daced42..fbaf8fe9f3 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -50,26 +50,18 @@ Rendering Manager) kernel drivers and header files.
They're available from the <a href="http://dri.sf.net/" target="_parent">DRI</a> project.
</p>
<p>
-You can get them from CVS by doing:
+Your distribution should already have both the kernel modules and support
+library already installed. If not, you can get them from CVS by doing:
<pre>
-cvs -d:pserver:anonymous@pds.freedesktop.org:/cvs/dri login
-(hit enter when prompted for a password)
-cvs -z3 -d:pserver:anonymous@pdx.freedesktop.org:/cvs/dri co drm
+cvs -z3 -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/dri co drm
</pre>
<p>
-Make note of the directory in which the drm files are placed.
-</p>
-<p>
See the <a href="http://dri.freedesktop.org/wiki/Building" target="_parent">
-DRI Building Instructions</a> for the steps to build the DRM modules.
-</p>
-<p>
-Next, in the <code>Mesa-x.y.z/configs/default</code> file, set the
-<code>DRM_SOURCE_PATH</code> variable to indicate where the DRM files
-are located.
+DRI Building Instructions</a> for the steps to build the DRM modules. This
+version of Mesa requires at least libdrm 2.0.1 or greater.
</p>
<p>
-Now build Mesa and the DRI drivers by running
+Build Mesa and the DRI drivers by running
</p>
<pre>
make linux-dri