From: Brian
Date: Wed, 9 May 2007 14:17:57 +0000 (-0600)
Subject: add pointers to git repo for drm/libpciaccess, replace & with &
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62ef001de7c16aff459114c1dcc8097270689e6d;p=mesa.git
add pointers to git repo for drm/libpciaccess, replace & with &
---
diff --git a/docs/fbdev-dri.html b/docs/fbdev-dri.html
index 294ddb1e057..c7f59bb0c2f 100644
--- a/docs/fbdev-dri.html
+++ b/docs/fbdev-dri.html
@@ -39,6 +39,19 @@ You'll need the DRM and pciaccess libraries. Check with:
pkg-config --modversion pciaccess
+
+You can get them from the git repository with:
+
+
+ git clone git://anongit.freedesktop.org/git/mesa/drm
+ git clone git://anongit.freedesktop.org/git/xorg/lib/libpciaccess
+
+
+
+See the README files in those projects for build/install instructions.
+
+
+
You'll need fbdev header files. Check with:
@@ -168,7 +181,7 @@ Change to the Mesa/progs/miniglx/
directory and
start the sample_server program in the background:
- ./sample_server &
+ ./sample_server &