###################################################################
  ##                          Geeqie x.x                           ##
  ##                                                               ##
  ##              Copyright (C) 2008 - 2017 The Geeqie Team        ##
  ##              Copyright (C) 1999 - 2006 John Ellis.            ##
  ##                                                               ##
  ##                      Use at your own risk!                    ##
  ##                                                               ##
  ##  This software released under the GNU General Public License. ##
  ##       Please read the COPYING file for more information.      ##
  ###################################################################

This is Geeqie, a successor of GQview.

Build Status

Geeqie has been forked from GQview project, because it was not possible to contact the GQview author and only maintainer.

The Geeqie project will continue the development forward and maintain the existing code.

Geeqie is currently considered stable.

Please send any questions, problems or suggestions to the mailing list or open an issue on Geeqie at GitHub.

Subscribe to the mailing list here.

The project website is http://www.geeqie.org/ and you will find the latest sources in the Geeqie repository.

README contents:

Description / Features

Geeqie is a graphics file viewer. Basic features:

Downloading

Geeqie is available as a package with some distributions.

The source tar of the latest formal release may be downloaded: http://geeqie.org/geeqie-1.3.tar.xz

However Geeqie is stable, and you may download the latest version (if you have installed git) from here:

Either: git clone git://www.geeqie.org/geeqie.git

Or: git clone http://www.geeqie.org/git/geeqie.git

Installation

Update secondary help documents (optional - requires use of git): ./gen_changelog.sh ; markdown README.md > README.html

List compile options: ./autogen.sh --help

Common options: ./autogen.sh --disable-gtk3,

Compilation: ./autogen.sh [options]; make -j<no. of cpu cores>

Install: [sudo] make install

Removal: [sudo] make uninstall

Note:

The zip files at GitHub contain only the sources - they cannot, by themselves, be used to install Geeqie.

It is recommended to always use git clone git://www.geeqie.org/geeqie.git to download Geeqie. After installing Geeqie you may delete the folder you have cloned Geeqie into.

However if you leave the folder intact, whenever new features or patches are available, execute:

git pull; sudo make uninstall; sudo make distclean; ./autogen.sh; make -j<no. of cpu cores>; sudo make install

Only the changed sources are downloaded, which makes this a quick operation.

Your configuration file, history file and desktop files are not affected by this process.

Notes and changes for the latest release

See the NEWS file in the installation folder, or Geeqie News at GitHub

And either the ChangeLog file or Geeqie ChangeLog at GitHub

Requirements

Required libraries:

GTK+ 3.00
    www.gtk.org
    enabled by default
    disable with configure option: --disable-gtk3
or
GTK+ 2.20
    disabled by default when GTK+3 libraries are found.
    enable with configure option: --disable-gtk3
    optional items map display and GPU acceleration are not available
    with GTK2

    Note: GTK+3 is still somehow experimental. It is needed for some
    features but we have several complains about the GTK+3 usability.

    So if you need a stable version, you are advised to compile it
    with GTK+2. If you want to play with the cool new features, use
    GTK+3.

Optional libraries:

lcms2 2.0
or
lcms 1.14
    www.littlecms.com
    for color management support
    enabled by default
    disable with configure option: --disable-lcms

exiv2 0.11
    www.exiv2.org
    for enhanced exif support
    enabled by default
    disable with configure option: --disable-exiv2

lirc
    www.lirc.org
    for remote control support
    enabled by default
    disable with configure option: --disable-lirc

libchamplain-gtk 0.12
libchamplain 0.12
libclutter 1.0
    wiki.gnome.org/Projects/libchamplain
    for map display
    enabled by default
    disable with configure option: --disable-map

libclutter 1.0
    www.clutter-project.org
    for GPU acceleration (a check-box on Preferences/Image must also be ticked)
    enabled by default
    disable with configure option: --disable-gpu-accel
    explicitly disabling will also disable the map feature

lua 5.1
    www.lua.org
    support for lua scripting
    enabled by default
    disable with configure option: --disable-lua

awk
    when running Geeqie, to use the geo-decode function

markdown
    when compiling Geeqie, to create this file in html format

Code hackers:

If you plan on making any major changes to the code that will be offered for inclusion to the main source, please contact us first - so that we can avoid duplication of effort. The Geeqie Team

Known bugs:

See the Geeqie Bug Tracker at https://github.com/BestImageViewer/geeqie/issues