editeodoro / Bbarolo

Bbarolo is a 3D fitting tool to derive the kinematics of galaxies from emission-line observations.
http://editeodoro.github.io/Bbarolo/
GNU General Public License v2.0
30 stars 8 forks source link

COMP: binaries linux missing libpng12 #6

Closed Punzo closed 5 years ago

Punzo commented 6 years ago

Hi Enrico,

new linux distros (e.g., ubuntu 17.10) do not have anymore libpng12 required from the linux binaries.

Punzo commented 6 years ago

P.S.: you may consider to switch your project to cmake (and dynamic libraries). cpack automatizes the packing and solves a lot of these issues.

editeodoro commented 6 years ago

Hi Davide, yes, I am really struggling in making the binaries with all the needed libraries for general linux distros. I never used cmake, but I'll take a look to it, thanks.