File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,16 @@ Prerequisites
1010You need the minimal environment for building python. Note that other libraries
1111might need other tools (cython is used by some recipes, and ccache to speedup the build)::
1212
13- sudo apt-get install build-essential patch git-core ccache cython ant
13+ sudo apt-get install build-essential patch git-core ccache ant pip
1414
1515If you are on a 64 bit distro, you should install these packages too ::
1616
1717 sudo apt-get install ia32-libs and libc6-dev-i386
1818
19+ Ensure you have the latest cython version::
20+
21+ pip install --upgrade cython
22+
1923You must have android SDK and NDK. Right now, it's prefered to use:
2024
2125- SDK API 8 or 14 (15 will not work until a new NDK will be released)
You can’t perform that action at this time.
0 commit comments