[libchamplain: 8/10] Update dependencies in README



commit fa2a108a478ef6cbf1a8f682cdabdb8c65b02cbf
Author: JiÅ?í Techet <techet gmail com>
Date:   Mon May 10 22:37:29 2010 +0200

    Update dependencies in README
    
    Signed-off-by: JiÅ?í Techet <techet gmail com>

 README |   50 +++++++++++++++++++++++++-------------------------
 1 files changed, 25 insertions(+), 25 deletions(-)
---
diff --git a/README b/README
index af0b2f7..dcc1bad 100644
--- a/README
+++ b/README
@@ -6,41 +6,41 @@ interactive maps.
 
 libchamplain requires:
 
-  * Clutter >= 1.0
-  * Glib >= 2.10
-  * Cairo >= 1.4
-  * Gio >= 2.16
-  * Gdk >= 2.10
-  * Sqlite >= 3.0
+  * glib >= 2.10
+  * gio >= 2.16
+  * gdk >= 2.10
+  * clutter >= 1.0
+  * cairo >= 1.4
+  * sqlite >= 3.0
+  * libsoup >= 2.4.1
 
 If you are building libchamplain-gtk, you will also need:
 
-  * Gtk >= 2.12
-  * Clutter-Gtk >= 0.10
+  * gtk >= 2.12
+  * clutter-gtk >= 0.10
+
+If you are building libchamplain with local rendering support, you will
+also need:
+
+  *  libmemphis >= 0.2.1
 
 If you are building the Python bindings, you will also need:
 
-  * PyGtk >= 2.0
-  * PyGobject >= 2.0
-  * PyClutter >= 1.0
-  * PyClutterGtk >= 0.9
+  * pygtk >= 2.12
+  * pycobject >= 2.10
+  * pyclutter >= 1.0
+
+and optionally:
 
-If you are building the C# bindings, you will also need:
+  * pyclutter-gtk >= 0.10
+  * pymemphis >= 0.2
 
-  * gacutil
-  * GAPI >= 2.12
-  * GAPI-codegen
-  * GAPI-fixup
+The usual rules for building apply -
 
-If you are building the C# bindings, you will also need:
+configure; make; sudo make install; sudo ldconfig
 
-  * gacutil
-  * GAPI >= 2.12
-  * GAPI-codegen
-  * GAPI-fixup
-  * Gtk-sharp >= 2.12
-  * Clutter-sharp >= 1.0
-  * Clutter-Gtk-sharp >= 0.10
+should do the right thing. For more details consult the INSTALL file in this 
+directory.
 
 The official website is:
    http://projects.gnome.org/libchamplain



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]