The libshumate package contains a GTK-4 widget to display maps.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://download.gnome.org/sources/libshumate/1.6/libshumate-1.6.2.tar.xz
MD5 校验和:14113e9ad603c8d749c9ae41354c72a2
大小:5.7 MB
预计所需磁盘空间:41 MB
预计构建时间:0.2 SBU
GTK-4.22.4, libsoup-3.6.6, and Protobuf-c-1.5.2
GLib-2.88.2 (with GObject Introspection) (required for gnome-maps)
Install libshumate by running the following commands:
mkdir build &&
cd build &&
meson setup --prefix=/usr \
--buildtype=release \
--wrap-mode=nodownload \
-D gtk_doc=false \
.. &&
ninja
If you have Gi-DocGen-2026.1 installed and wish to build the API documentation for this package, issue:
sed -e 's/lib_version/version/' \
-i ../docs/meson.build &&
meson configure -D gtk_doc=true &&
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.
--wrap-mode=nodownload:
This switch prevents meson from downloading any
optional dependency which is not installed on the system.