EOG is an application used for viewing and cataloging image files on the GNOME Desktop. It also has basic editing capabilities.
![[Note]](../images/note.png) 
          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.
Download (HTTP): https://download.gnome.org/sources/eog/47/eog-47.0.tar.xz
Download MD5 sum: af0f617adbe8eabcdc3a926aae4ddaa7
Download size: 4.4 MB
Estimated disk space required: 32 MB
Estimated build time: 0.2 SBU
adwaita-icon-theme-48.1, Exempi-2.6.6, gnome-desktop-44.3, libhandy-1.8.3, libjpeg-turbo-3.0.1, libpeas-1.36.0, and shared-mime-info-2.4
GLib-2.86.1 (with GObject Introspection), Little CMS-2.17, libexif-0.6.25, librsvg-2.61.2, and webp-pixbuf-loader-0.2.7
Install EOG by running the following commands:
mkdir build &&
cd    build &&
meson setup --prefix=/usr       \
            --buildtype=release \
            -D libportal=false  \
            ..                  &&
ninja
        This package does not come with a test suite.
          Now, as the root user:
        
ninja install
          Still as the root user, rebuild the
          cache database of MIME types handled by desktop files so Nautilus-48.3
          will be able to open image files with EOG.
        
update-desktop-database
          --buildtype=release:
          Specify a buildtype suitable for stable releases of the package, as
          the default may produce unoptimized binaries.
        
          -D libportal=false: This
          parameter disables building EOG with support for flatpak portals.
          Remove this parameter if you have libportal-0.9.1 installed and wish to have
          support for flatpak portals.
        
          -D gtk_doc=true: Use this option if
          GTK-Doc-1.35.1 is installed and you wish to
          rebuild and install the API documentation.