The libchamplain package contains a Clutter-based widget that is used to display rich and interactive maps.
This package is known to build and work properly using an LFS-8.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libchamplain/0.12/libchamplain-0.12.16.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libchamplain/0.12/libchamplain-0.12.16.tar.xz
Download MD5 sum: 52a410767f4797657b505e439bf7ce83
Download size: 612 KB
Estimated disk space required: 10 MB
Estimated build time: 0.1 SBU
Clutter-1.26.2, clutter-gtk-1.8.4, GTK+-3.24.5, and libsoup-2.64.2
gobject-introspection-1.58.3 and Vala-0.42.5
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.42.5 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 2019-02-22 05:31:06 -0800