exaloop / codon

A high-performance, zero-overhead, extensible Python compiler using LLVM
https://docs.exaloop.io/codon
Other
15k stars 517 forks source link

codon for android #560

Closed elmasry543418 closed 3 months ago

elmasry543418 commented 4 months ago

codon 0.16.3 built for arm64 android devices . built and tested on Kali nethunter.

tar -xf ./codon-0.16.3_aarch64.tar.xz cd build cmake --build . --target install --config Debug

https://t.me/codon7890123/2

elisbyberi commented 4 months ago

Would you consider publishing the build process from the source?