[PyQt] [pyqtdeploy] Python building

Phil Thompson phil at riverbankcomputing.com
Sun Dec 27 10:09:30 GMT 2015


On 27 Dec 2015, at 7:42 am, Stéphane Bertrand <stef.kermit at gmail.com> wrote:
> 
> hi,
> 
> i'm don't understand compilation/building process on mobile plateform.
> 
> - when i use Qt, i can download directly ARM building of Qt.
> - With QtCreator, project is compile, build ( via NDK) for ARM/Android
> 
> so,
> for pyqtdeploy, i understand i need to compile/build python staticly

You don't *need* a static build of Python it's up to you.

> but on linux machine ? and is rigth for ARM ?
> or i need a separate building of python for ARM ? on ARM plateform
> 
> i understand juste a little the compile/build process, but with cross plateform, is less trivial

The NDK includes cross-compilers that are hosted on Linux and target Android/ARM. You run these on Linux to create a Python that will run on Android/ARM.

Phil


More information about the PyQt mailing list