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
10
10
You need the minimal environment for building python. Note that other libraries
11
11
might need other tools (cython is used by some recipes, and ccache to speedup the build)::
12
12
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
14
14
15
15
If you are on a 64 bit distro, you should install these packages too ::
16
16
17
17
sudo apt-get install ia32-libs and libc6-dev-i386
18
18
19
+ Ensure you have the latest cython version::
20
+
21
+ pip install --upgrade cython
22
+
19
23
You must have android SDK and NDK. Right now, it's prefered to use:
20
24
21
25
- 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