google / guetzli

Perceptual JPEG encoder
Apache License 2.0
12.9k stars 976 forks source link

Build for Raspberry PI #189

Closed rogierlommers closed 7 years ago

rogierlommers commented 7 years ago

I want to use the Guetzli binary on my raspberry PI cluster; but there is no compiled release for the ARM architecture available. Do you guys think it's possible to build Guetzli on ARM?

szunyi commented 7 years ago

I think the Raspberry Ram (1gb) can be small for this project. Or not?

rogierlommers commented 7 years ago

Don't know, but would love to try :). Unfortunately I don't know how to compile for ARM. Op ma 17 apr. 2017 om 09:11 schreef szunyi notifications@github.com

I think the Raspberry Ram (1gb) can be small for this project. Or not?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/google/guetzli/issues/189#issuecomment-294421913, or mute the thread https://github.com/notifications/unsubscribe-auth/ADueOxWmIPkPBdMChunMRcRxzoEM0-0hks5rwxCdgaJpZM4M-obe .

fvm commented 7 years ago

Would this be of any use perhaps? General approach for cross-compiling for ARM on Ubuntu (AMD64 - Ubuntu 12.04) https://askubuntu.com/questions/250696/cross-compile-for-arm#250721

Furniel commented 7 years ago

Cross compiled guetzli binary with this toolchain. Not sure that it will work, but you can test: guetzli_raspberry.zip

rogierlommers commented 7 years ago

Thanks! Although it would be great if ARM builds are officially released :).