dropbox / lepton

Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.
https://blogs.dropbox.com/tech/2016/07/lepton-image-compression-saving-22-losslessly-from-images-at-15mbs/
Apache License 2.0
5.01k stars 355 forks source link

Failing CI #121

Closed DanielRuf closed 5 years ago

DanielRuf commented 5 years ago

https://travis-ci.org/dropbox/lepton/builds/419902455

kazcw commented 5 years ago

Here's what I had to do to get it to build on my machine:

./autogen.sh
./configure CXXFLAGS=-mssse3 # avoids "target specific option mismatch"
make liblocalzlib.a # avoids link failure
make
danielrh commented 5 years ago

thanks for the quick fix: pushed