The debian package seems to install but when attempting to run it emits an error saying it needs libexiv2-14 rather than libexiv2-27.
I also tried installing via source code but there is no configure script and my naive attempt at running autoconf resulted in several error messages about non-existant error messages.
I'm trying to install this for my mother who hates every other RAW importer.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The debian package seems to install but when attempting to run it emits an error saying it needs libexiv2-14 rather than libexiv2-27.
I also tried installing via source code but there is no configure script and my naive attempt at running autoconf resulted in several error messages about non-existant error messages.
I'm trying to install this for my mother who hates every other RAW importer.
To compile you need to run
$ ./autogen.sh
$ ./configure --enable-contrast
$ make