summaryrefslogtreecommitdiff
path: root/docs/fbdev-dri.html
diff options
context:
space:
mode:
authorOliver McFadden <z3ro.geek@gmail.com>2007-05-09 14:23:22 +0000
committerOliver McFadden <z3ro.geek@gmail.com>2007-05-09 14:23:22 +0000
commitf9828f5c4f75683934536482a7eb9b7ef2758700 (patch)
tree51f23ec9f9949594406275eced032b9c82f3efaf /docs/fbdev-dri.html
parent7b165de5f8a4c3d99b8b9f1820e12d5899b3884f (diff)
parent62ef001de7c16aff459114c1dcc8097270689e6d (diff)
Merge branch 'master' of git://anongit.freedesktop.org/git/mesa/mesa
Diffstat (limited to 'docs/fbdev-dri.html')
-rw-r--r--docs/fbdev-dri.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/fbdev-dri.html b/docs/fbdev-dri.html
index 294ddb1e05..c7f59bb0c2 100644
--- a/docs/fbdev-dri.html
+++ b/docs/fbdev-dri.html
@@ -40,6 +40,19 @@ You'll need the DRM and pciaccess libraries. Check with:
</pre>
<p>
+You can get them from the git repository with:
+</p>
+<pre>
+ git clone git://anongit.freedesktop.org/git/mesa/drm
+ git clone git://anongit.freedesktop.org/git/xorg/lib/libpciaccess
+</pre>
+
+<p>
+See the README files in those projects for build/install instructions.
+</p>
+
+
+<p>
You'll need fbdev header files. Check with:
</p>
<pre>
@@ -168,7 +181,7 @@ Change to the <code>Mesa/progs/miniglx/</code> directory and
start the sample_server program in the background:
</p>
<pre>
- ./sample_server &
+ ./sample_server &amp;
</pre>
<p>