We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83ca04 commit bffaf4dCopy full SHA for bffaf4d
docs/source/prerequisites.rst
@@ -10,12 +10,16 @@ Prerequisites
10
You need the minimal environment for building python. Note that other libraries
11
might need other tools (cython is used by some recipes, and ccache to speedup the build)::
12
13
- sudo apt-get install build-essential patch git-core ccache cython ant
+ sudo apt-get install build-essential patch git-core ccache ant pip
14
15
If you are on a 64 bit distro, you should install these packages too ::
16
17
sudo apt-get install ia32-libs and libc6-dev-i386
18
19
+Ensure you have the latest cython version::
20
+
21
+ pip install --upgrade cython
22
23
You must have android SDK and NDK. Right now, it's prefered to use:
24
25
- SDK API 8 or 14 (15 will not work until a new NDK will be released)
0 commit comments