Changes between Version 41 and Version 42 of PySideForAndroid
- Timestamp:
- Feb 22, 2013, 11:24:13 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PySideForAndroid
v41 v42 13 13 14 14 ''' Do you see something incorrect or missing from the guide ? [http://modrana.org/trac#Contactthedeveloper Let me know], so I can fix it ! :)''' 15 16 This guide is also available on the [http://qt-project.org/wiki/PySide_for_Android_guide !PySide wiki at Qt Project] - the !PySide wiki version might be a bit more up-to-date than this one & is user editable (I'm gradually "backporting" changes back to this guide). 17 18 15 19 16 20 == Building !PySide == … … 35 39 Then clone the ''Android-pyside-build-scripts'' project and ''cd'' to it's directory: 36 40 {{{ 37 git clone git@github.com:M4rtinK/android-pyside-build-scripts.git41 git clone https://github.com/M4rtinK/android-pyside-build-scripts.git 38 42 cd android-pyside-build-scripts 39 43 }}} … … 60 64 61 65 You can also run the ''build_shiboken.sh'' and ''build_pyside.sh'' scripts manually, just always make sure to run the Shiboken one before running the !PySide one. 66 67 === Build issues === 68 If you have any issues during the PySide build, the first thing you should do is to check the PySide for Android build scripts repository if it was not updated since you cloned it, as it might already contain a fix for you issue. 69 70 '''arm-linux-androideabi-g++: Internal error: Killed (program cc1plus)''' 71 72 This error seems to be caused by low system resources during build and/or running the compilation in multiple threads on some machines. If you are experiencing this error, try to set {{{BUILD_THREAD_COUNT}}} in {{{env.sh}}} to 1. 62 73 63 74 === Results ===