The libshumate package contains a GTK-4 widget to display 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/libshumate/1.0/libshumate-1.0.3.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/libshumate/1.0/libshumate-1.0.3.tar.xz
Download MD5 sum: 965866eb1b2d0237d71294c68bf8ae05
Download size: 112 KB
Estimated disk space required: 5.3 MB
Estimated build time: 0.1 SBU
Gi-DocGen-2023.1 and GTK-Doc-1.33.2
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libshumate
Install libshumate by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. && ninja
To test the results, issue: ninja test.
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.
-Dgtk_doc=false
: This
switch disables documentation generation. Remove this if you have
both GTK-Doc-1.33.2 and Gi-DocGen-2023.1 installed and wish to
generate the API documentation.