libshumate-1.0.3

Introduction to libshumate

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

This package is known to build and work properly using an LFS 11.3 platform.

Package Information

libshumate Dependencies

Required

GTK-4.8.3 and libsoup-3.2.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 --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