Tom94 / tev

High dynamic range (HDR) image viewer for graphics people
BSD 3-Clause "New" or "Revised" License
1.02k stars 86 forks source link

tev should release Linux binaries #164

Closed Tom94 closed 1 year ago

Tom94 commented 2 years ago

Linux binaries would be good to have, especially now that tev requires a C++20-capable compiler, which many people do not have access to in their work environments. (see also https://github.com/Tom94/tev/pull/134)

Things on the TODO list:

I currently do not have cycles, so it will be some time until there is an update from my end, but if anyone is familiar with releasing Linux binaries all help is much appreciated!

Calinou commented 2 years ago

I might look into creating a Flatpak of tev, but I don't know if the latest FreeDesktop SDK (21.08) can compile C++20 code.

Tom94 commented 1 year ago

We've got x64 Linux binaries now; thanks @diiigle! Low priority for future work is to also make available ARM binaries.