diff options
author | Brian <brian@yutani.localnet.net> | 2007-05-09 08:17:57 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-05-09 08:17:57 -0600 |
commit | 62ef001de7c16aff459114c1dcc8097270689e6d (patch) | |
tree | c5e4c461cea488a5a6ecca5a8d7345b2ab457dd1 /docs | |
parent | 516259d609d1f9c598fefb38d82103211c9463db (diff) |
add pointers to git repo for drm/libpciaccess, replace & with &
Diffstat (limited to 'docs')
-rw-r--r-- | docs/fbdev-dri.html | 15 |
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 & </pre> <p> |