The libchamplain is a Clutter based widget used to display rich, eye-candy and interactive maps.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libchamplain/0.12/libchamplain-0.12.8.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libchamplain/0.12/libchamplain-0.12.8.tar.xz
Download MD5 sum: d2ea69c21ccdd9b7c2d335a02b7fad47
Download size: 576 KB
Estimated disk space required: 18 MB
Estimated build time: 0.4 SBU
Clutter-1.18.4, GTK+-3.12.2, and libsoup-2.46.0
clutter-gtk-1.5.4, gobject-introspection-1.40.0 and Vala-0.24.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libchamplain
Install libchamplain by running the following commands:
./configure --prefix=/usr \ --enable-vala \ --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--enable-vala
: This switch
enables building of the Vala bindings. Remove if you don't have
Vala-0.24.0 installed.
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2014-08-24 15:52:32 -0700