File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,18 @@ Prerequisites
3
3
4
4
.. warning ::
5
5
6
- The current version is tested only on Ubuntu oneiric (11.10). If it doesn't
7
- work on another platform, send us patch, not bug report.
6
+ The current version is tested only on Ubuntu oneiric (11.10) and precise
7
+ (12.04). If it doesn't work on another platform, send us patch, not bug
8
+ report.
8
9
9
10
You need the minimal environment for building python. Note that other libraries
10
11
might need other tools (cython is used by some recipes, and ccache to speedup the build)::
11
12
12
13
sudo apt-get install build-essential patch git-core ccache cython ant
14
+
15
+ If you are on a 64 bit distro, you should install these packages too ::
16
+
17
+ sudo apt-get insall ia64-libs and lib6dev-i386
13
18
14
19
You must have android SDK and NDK. Right now, it's prefered to use:
15
20
You can’t perform that action at this time.
0 commit comments