summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordwheeler <dwheeler@88473608-6f18-0410-8b6c-91216bd3049c>2008-01-07 15:56:58 +0000
committerdwheeler <dwheeler@88473608-6f18-0410-8b6c-91216bd3049c>2008-01-07 15:56:58 +0000
commit586e271c1b403f9f3f5d4f3f58ddf3d08152dc56 (patch)
tree60e98352d3377845f0de93103fa5655a686b6cc9 /README
parentdabfd6e398182e85568e53daeeae68a638348c4b (diff)
Update README to explain how to install latest version of directfb
git-svn-id: svn+ssh://svn-nitpicker.cl.cam.ac.uk/linpicker/trunk@133 88473608-6f18-0410-8b6c-91216bd3049c
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 31 insertions, 0 deletions
diff --git a/README b/README
index 4825c53..776c171 100644
--- a/README
+++ b/README
@@ -102,3 +102,34 @@ You can also try loading a card-specific module as root
if you know your card's maker.
+====================
+
+This depends on version 1.1 of directfb. directfb is easily installed
+on a Fedora system using "yum install directfb", but the correct
+version may not be (it is not at the time of this writing).
+To update to the latest version of directfb, follow these steps:
+
+sudo yum remove directfb # If previously installed by yum
+
+mkdir directfb
+cd directfb/
+git clone git://git.directfb.org/git/directfb/core/DirectFB.git
+git clone git://git.directfb.org/git/directfb/extras/DirectFB-extra.git
+
+cd DirectFB
+autoconf
+./configure --prefix /usr
+make
+cd ..
+
+cd DirectFB-extra
+autoconf
+./configure --prefix /usr
+make
+cd ..
+
+su
+(cd DirectFB ; make install)
+(cd DirectFB-extra ; make install)
+
+