summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMartin-Éric Racine <q-funk@iki.fi>2009-07-29 13:57:15 +0300
committerMartin-Éric Racine <q-funk@iki.fi>2009-07-29 13:57:15 +0300
commitb5419c47138e9a8efc5f946fd08c4488dedcb5ee (patch)
treea5a5ef77bb62d3f641099ce1388d868491407fc7 /README
parentc088a8dc4e5a37d8e07766c0c26ebc11037407c0 (diff)
Added missing development dependencies (X.org macros) to FAQ.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 6ef979a..365e7d1 100644
--- a/README
+++ b/README
@@ -50,9 +50,9 @@ Q: How do I test development snapshots from the upstream GIT repository?
A: Run the following commands from a command line interpreter shell...
1. git clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-geode
- 2. Debian/Ubuntu: apt-get install autoconf automake libtool
+ 2. Debian/Ubuntu: apt-get install autoconf automake libtool xutils-dev
apt-get install build-dep xserver-xorg-video-geode
- Fedora/Red Hat: yum install autoconf automake libtool
+ Fedora/Red Hat: yum install autoconf automake libtool xorg-x11-util-macros
yum-builddep xorg-x11-drv-geode
3. cd xf86-video-geode
4. ./autogen.sh