janhubicka / Color-Screen

Set of tools to work with scans of early color photographs taken using additive color screen processes
https://github.com/janhubicka/Color-Screen/wiki
GNU General Public License v3.0
4 stars 0 forks source link

Installation issues #1

Open irinaciortan opened 5 months ago

irinaciortan commented 5 months ago

Hello,

I'm trying to install this library to restore the colors of an autochrome. However, I'm having some troubles compiling the library. Could the issue be related to the compiler version (i'm using gcc version 7.5)?

image

janhubicka commented 4 months ago

I apologize for missing the issue report. It is first one! The problem seems to be GCC 7 which is quite old (2017). I will try to see if I can reproduce it with older compilers.

janhubicka commented 1 month ago

We are preparing for first official release, so it would be nice if we got thing working for you. GCC version 7.5 is still not working but I think it is too old, since we use openMP and some features from C++17.

We now provide binary packages at the wiki page https://github.com/janhubicka/Color-Screen/wiki and also test regularly build on Ububntu LTS which works fine.