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
|
libshumate
==========
libshumate is a GTK4 widget to display maps.
libshumate requires:
* glib >= 2.74
* gio >= 2.74
* gobject >= 2.74
* gobject-introspection >= 0.6.3
* cairo >= 1.4
* sqlite3 >= 1.12.0
* libsoup >= 3.0
* gtk4
* json-glib >= 1.6 and protobuf-c if vector renderer is enabled (which it is by default)
Building is done with [Meson](https://mesonbuild.com).
The official website is:
https://wiki.gnome.org/Projects/libshumate
Documentation:
https://gnome.pages.gitlab.gnome.org/libshumate/
Bugtracker:
https://gitlab.gnome.org/GNOME/libshumate/-/issues
|