Loupe-49.1

Introduction to Loupe

Loupe is an application used for viewing image files on the GNOME Desktop.

[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

Loupe Dependencies

Required

glycin-2.0.7 (runtime), Little CMS-2.17, libadwaita-1.8.2, libgweather-4.4.4, libseccomp-2.6.0, and rustc-1.91.0

Optional

AppStream-1.1.1

Installation of Loupe

Install Loupe by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr       \
            --buildtype=release \
            ..                  &&
ninja

Running the test suite will rebuild the entire package with a different configuration, and the package will be built for three times if installing it after running the test suite. So it's better to run the test suite after the installation.

Now, as the root user:

ninja install

To test the results, issue: ninja test

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

Contents

Installed Program: loupe
Installed Library: None
Installed Directories: /usr/share/help/*/loupe

Short Descriptions

loupe

is a fast and functional image viewer designed to be used with the GNOME desktop.