libshumate-1.1.3

Introduction to libshumate

The libshumate package contains a GTK-4 widget to display maps.

[Note]

Note

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.

Package Information

libshumate Dependencies

Required

GTK-4.14.1 and libsoup-3.4.4

Recommended

Optional

Gi-DocGen-2023.3 and sysprof

Installation of libshumate

Install libshumate by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr          \
            --buildtype=release    \
            --wrap-mode=nodownload \
            -Dgtk_doc=false        \
            ..                  &&
ninja

If you have Gi-DocGen-2023.3 installed and wish to build the API documentation for this package, issue:

sed -e 's/lib_version/version/' \
    -i ../docs/meson.build      &&
meson configure -Dgtk_doc=true  &&
ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja install

Command Explanations

--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.

Contents

Installed Programs: None
Installed Libraries: libshumate-1.0.so
Installed Directories: /usr/include/shumate-1.0 and /usr/share/doc/libshumate-1.1.3 (optional)

Short Descriptions

libshumate-1.0.so

contains functions that provide a GTK-4 widget to display maps