Changes between Version 14 and Version 15 of PyOtherSideForAndroid


Ignore:
Timestamp:
Sep 24, 2014, 12:55:04 AM (10 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PyOtherSideForAndroid

    v14 v15  
    2929=== Compiling for Android ===
    3030
    31 ==== Preparing the PyOtherSide project ====
     31==== Preparing the !PyOtherSide !QtCreator project ====
     32'''If you don't care and just want the project tarball, skip to the end of this section. :)'''
     33
     34
    3235Unpack the !PyOtherSide tarball and enter the resulting directory:
    3336{{{
     
    9699#QMAKE_CXXFLAGS += $$system($$PYTHON_CONFIG --includes)
    97100}}}
    98 
    99 ==== Building the !PyOtherSide project in !QtCreator ====
    100 
    101 Now the !PyOtherSide project should be ready to be opened in !QtCreator (make sure you are running the one corresponding to the Qt 5.3 Android SDK you have downloaded and installed previously). So start the right !QtCreator and open the ''pyotherside-1.3.0/pyotherside.pro'' file.
    102101
    103102And for the last step, we need to edit the ''src/global_libpython_loader.cpp'' file:
     
    202201'''The resulting project should look like contents of this tarball:'''
    203202
    204 Now you should be able to build the !PyOtherSide project by pressing the "rebuild" button in !QtCreator.
     203[http://www.modrana.org/platforms/android/pyotherside/guide/pyotherside-1.3.0_android_project.tar.gz http://www.modrana.org/platforms/android/pyotherside/guide/pyotherside-1.3.0_android_project.tar.gz]
     204
     205
     206==== Building the !PyOtherSide project in !QtCreator ====
     207
     208Now the !PyOtherSide project should be ready to be opened in !QtCreator (make sure you are running the one corresponding to the Qt 5.3 Android SDK you have downloaded and installed previously). So start the right !QtCreator and open the ''pyotherside-1.3.0/pyotherside.pro'' file.
     209
     210You should be able to build the !PyOtherSide project by pressing the "rebuild" button in !QtCreator.
    205211
    206212=== Basic deployment ===