pyconcrete
pyconcrete copied to clipboard
android compiled?
trafficstars
any chance you could write up a guide on how i could compile pyconcrete.so for android/arm32
@saqebakhter , I'm not familiar with running python on android
I think you need to spend some time to investigate on it. First, you will need cross compile python and pyconcrete for android.
I had just studied python-for-andriod, it could work for your requirement. Look at Using a CythonRecipe
Hope this could help you