Compiling Geeqie in Linux

The script handles compilation and updating git.
Getting the dependencies is up to you.

To compile the very latest Geeqie code:

  1. Download the script:
    wget https://raw.githubusercontent.com/pixlsus/Scripts/master/build-geeqie
  2. Make it executable:
    chmod +x build-geeqie
  3. Run it:
    ./build-geeqie
    Done.
3 Likes

This is on my list of applications to package in flatpak!

resynthesizer?

Fixed copypasta typo.

./build-geeqie

Program name: geeqie
Build type: release
Build without updating: false

~/programs/code-geeqie ~

Error: You must have `intltoolize’ installed

sudo apt-cache search intltoolize yields null on Mint Linux.
I’ll work on it.

It’s part of intltool: http://www.linuxfromscratch.org/blfs/view/7.4/general/intltool.html

http://www.linuxfromscratch.org/blfs/view/7.4/general/intltool.html

download intltool-0.50.2.tar.gz

tar -xvzf intltool-0.50.2.tar.gz

cd intltool-0.50.2

./configure

make

sudo make install

Now the build-geeqie script runs and finishes.

This latest geeqie from git version is nice–slicker than than what you get with
sudo apt-get install geeqie right now

geeqie->rawtherapee->gimp is my default work flow. I’m grateful to have them.

Script updated, now subsequent re-compilation of a given branch and build-type will be faster.

1 Like

A mere 8 months after you started this thread, I eventually noticed it.
I also have attempted to construct a script to make it easier to install Geeqie on Debian systems.
The script is geeqie-install-debian.sh, and the latest version can be extracted from the repository at:
http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git

I have included all the dependencies that I believe are required , plus the option to compile in extra pixbuf loaders.
Criticisms of any kind are welcome…

2 Likes

The addition of the extra pixbuf loaders, especially xcf, is very welcome!