fhanau / Efficient-Compression-Tool

Fast and effective C++ file optimizer
Apache License 2.0
596 stars 41 forks source link

Is building on arm64 / aarch64 supported? #128

Closed K0-RR closed 1 year ago

K0-RR commented 1 year ago

I wanted to optimize photos directly on Android before moving them. Also, I have a raspberry pi server.

fhanau commented 1 year ago

ECT does support building on ARM - I have been able to compile and run it on an M1 mac without issues, I'd imagine that compiling on ARM Linux should work just as well.

gingerbeardman commented 1 year ago

On my M1 Pro I'm running the pre-built ARM (a64) binary from the release page.