Skip to content

Commit 3817791

Browse files
committed
update prerequists
update warning in because it's now tested on precise add help about 64 bit installations
1 parent e495784 commit 3817791

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/source/prerequisites.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

910
You need the minimal environment for building python. Note that other libraries
1011
might 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

1419
You must have android SDK and NDK. Right now, it's prefered to use:
1520

0 commit comments

Comments
 (0)