File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,18 @@ Prerequisites
33
44.. warning ::
55
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.
89
910You need the minimal environment for building python. Note that other libraries
1011might need other tools (cython is used by some recipes, and ccache to speedup the build)::
1112
1213 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
1318
1419You must have android SDK and NDK. Right now, it's prefered to use:
1520
You can’t perform that action at this time.
0 commit comments