]> Pileus Git - ~andy/gtk/commitdiff
Removed old build instructions
authorMichael David Emmel <memmel@src.gnome.org>
Sun, 26 Feb 2006 18:24:53 +0000 (18:24 +0000)
committerMichael David Emmel <memmel@src.gnome.org>
Sun, 26 Feb 2006 18:24:53 +0000 (18:24 +0000)
ChangeLog
ChangeLog.pre-2-10
gdk/directfb/README

index 394e6bf2302304f0fbf591ca321f8d6f9425441f..0187cc122c9f8a91b6d80b7b7601671fae6a0e5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+
+Sun Feb 26 10:24:10 PST 2006  Michael Emmel  <mike.emmel@gmail.com>
+       *gdk/directfb/README
+       Updated README to remove old build instructions
+
 Sat Feb 25 10:35:23 PST 2006  Michael Emmel  <mike.emmel@gmail.com>
        *gdk/directfb/gdkdisplay-directfb.c
        *gdk/directfb/gdkwindow-directfb.c
index 394e6bf2302304f0fbf591ca321f8d6f9425441f..0187cc122c9f8a91b6d80b7b7601671fae6a0e5b 100644 (file)
@@ -1,3 +1,8 @@
+
+Sun Feb 26 10:24:10 PST 2006  Michael Emmel  <mike.emmel@gmail.com>
+       *gdk/directfb/README
+       Updated README to remove old build instructions
+
 Sat Feb 25 10:35:23 PST 2006  Michael Emmel  <mike.emmel@gmail.com>
        *gdk/directfb/gdkdisplay-directfb.c
        *gdk/directfb/gdkwindow-directfb.c
index 6e724ee63466556cb5c9351975d8d272641f6467..73b333493f33b4e3d06eb9548a9b1db44886581c 100644 (file)
@@ -1,9 +1,7 @@
 README for GDK-DirectFB
 ------------------------
 
-This is a developers snapshot of a GDK backend based on DirectFB.
-It requires GTK+ version 2.0 (see http://www.gtk.org/) and DirectFB 
-(see http://www.directfb.org/).
+This is the GDK backend that allows GTK to work on top of DirectFB.
 
 Important:
 The current code does not pass through directfb passed on the gtk
@@ -12,65 +10,11 @@ DFBARGS.
 Example:
 export DFBARGS=system=sdl
 
-
-
-
 DirectFB is a hardware abstraction layer on top of the Linux
 frame buffer that provides drawing functions, a window stack and
 support for input devices. The code you find here is a backend for
 GDK, the drawing kit used by GTK+.
 
-To give it a try, you first need DirectFB (at least version 0.9.17)
-available from http://www.directfb.org/. Then you need to get your
-hands on a recent version of GTK+-2.0. The latest release (gtk+-2.8.10)
-should work.  
-
-Here are urls for the current for all the source needed to build the current latest gtk release
-
-ftp://ftp.gtk.org/pub/gtk/v2.8/atk-1.10.3.tar.gz 
-ftp://ftp.gtk.org/pub/gtk/v2.8/glib-2.8.5.tar.gz
-ftp://ftp.gtk.org/pub/gtk/v2.8/pango-1.10.2.tar.gz
-ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-2.8.10.tar.gz
-
-If you don't have tiff i.e stock debian is a the url. 
-ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.8.0.tar.gz
-The default build will fail without it.
-
-You also need the latest version of cairo from CVS it contains
-support for a DirectFB backend and should be avialable in the next 
-cairo release.
-
-
-cvs -d :pserver:anoncvs@cvs.freedesktop.org:/cvs/cairo co cairo
-
-
-
-Alternatively checkout GTK+ from CVS. Place this
-directory into the gdk subdirectory of your GTK+ tree and rename it
-to directfb. Then change to the toplevel GTK+ directory and apply
-gtk-directfb.patch there is now a mkpatch shell script which should
-correctly automate creating the directfb target via:
-
-  ./mkpatch apply
-  cd ../../; make && make install
-
-If this fails the older instructions are still available. Note that several
-file must be regenerated with the auto tools.
-
-
-  patch -p0 < gdk/directfb/gtk-directfb.patch
-
-Regenerate the configure script and the Makefiles by calling automake
-and autoconf. Then rebuild GTK+ using the '--with-gdktarget=directfb'
-configure option.
-
-
-Alternatively you can download a version of GTK+ that includes the
-DirectFB GDK backend and has the patches already applied, see
-
-  http://www.directfb.org/download/GTK+-DirectFB/
-
 
 As DirectFB provides drawing functions, a windowing stack and manages
 input devices, this is a lightweight GDK port. Some parts of GDK
@@ -149,9 +93,14 @@ the  correct compiler and linker flags for GTK+-DirectFB:
 
 See the file TODO for a list of unimplemented features.
 
+
+Detailed and up-to-date instructions on how to build a complete
+set of GTK-DFB libraries is avalable in the WIKI of the DirectFB project
+at the address
+http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB
+
+
 This library is free software; you can redistribute it and/or modify it 
 under the terms of the GNU Lesser General Public License as published 
 by the Free Software Foundation; either version 2 of the License, or 
 (at your option) any later version.
-
-For more information check out http://www.directfb.org/.