libshumate-1.0.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 dependencies have been updated since the most recent stable versions of the book.

Package Information

libshumate Dependencies

Required

GTK-4.10.3 and libsoup-3.4.2

Optional

Gi-DocGen-2023.1 and GTK-Doc-1.33.2

User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libshumate

Installation of libshumate

Install libshumate by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr       \
            --buildtype=release \
            -Dgtk_doc=false     \
            ..                  &&
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.

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

Contents

Installed Programs: None
Installed Libraries: libshumate-1.0.so
Installed Directories: /usr/include/shumate-1.0

Short Descriptions

libshumate-1.0.so

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