1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
libchamplain 0.4 README
=========================
libchamplain is a Clutter based widget to display rich, eye-candy and
interactive maps.
libchamplain requires:
* Clutter >= 1.0
* Glib >= 2.10
* Cairo >= 1.4
* Gio >= 2.16
* Gdk >= 2.10
* Sqlite >= 3.0
If you are building libchamplain-gtk, you will also need:
* Gtk >= 2.12
* Clutter-Gtk >= 0.10
If you are building the Python bindings, you will also need:
* PyGtk >= 2.0
* PyGobject >= 2.0
* PyClutter >= 1.0
* PyClutterGtk >= 0.9
If you are building the C# bindings, you will also need:
* gacutil
* GAPI >= 2.12
* GAPI-codegen
* GAPI-fixup
If you are building the C# bindings, you will also need:
* gacutil
* GAPI >= 2.12
* GAPI-codegen
* GAPI-fixup
* Gtk-sharp >= 2.12
* Clutter-sharp >= 1.0
* Clutter-Gtk-sharp >= 0.10
The official website is:
http://projects.gnome.org/libchamplain
The official mailing list archive is:
http://mail.gnome.org/mailman/listinfo/libchamplain-list
New bug page on Bugzilla:
http://bugzilla.gnome.org/simple-bug-guide.cgi?product=libchamplain
libchamplain is licensed under the terms of the GNU Lesser General Public
License, version 2.1 or (at your option) later.
|