Changes between Version 14 and Version 15 of android


Ignore:
Timestamp:
Jan 11, 2013, 7:01:28 PM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • android

    v14 v15  
    2323# chmod 755 /data/python/bin/python
    2424}}}
     25
     26
     27==== Building Python for Android ====
     28Based on [http://python-for-android.readthedocs.org/en/latest/prerequisites/ python-for-android documentation], built on Ubuntu 12.10 64-bit.
     29
     30Install prerequisites:
     31{{{
     32sudo apt-get install build-essential patch git-core ccache ant python-pip python-dev
     33}}}
     34
     35On a 64-bit distro:
     36{{{
     37sudo apt-get install build-essential patch git-core ccache ant pip python-dev
     38}}}
     39
     40Ensure you have the latest Cython version:
     41
     42{{{
     43sudo pip install --upgrade cython
     44}}}
     45
     46
    2547
    2648
     
    162184}}}
    163185
    164