The libchamplain package contains a Clutter-based widget that is used to display rich and interactive maps.
Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.
Download (HTTP): https://download.gnome.org/sources/libchamplain/0.12/libchamplain-0.12.21.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/libchamplain/0.12/libchamplain-0.12.21.tar.xz
Download MD5 sum: 2b17ba53d88840f73f22ead3a905f475
Download size: 220 KB
Estimated disk space required: 5.7 MB
Estimated build time: 0.1 SBU
clutter-gtk-1.8.4, GTK+-3.24.36, libsoup-3.2.2, and SQLite-3.40.1
gobject-introspection-1.74.0 and Vala-0.56.3
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libchamplain
Install libchamplain by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.