Skip to content

Commit 417d64b

Browse files
author
Carl
committed
Update README.rst
1 parent 66b1ff8 commit 417d64b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ WARNING: the current version is tested only on Ubuntu oneiric (11.10). If it doe
3939
You need the minimal environment for building python. Note that other libraries
4040
might need other tools::
4141

42-
sudo apt-get install build-essential patch git-core ccache libzip-dev cython
42+
sudo apt-get install build-essential patch git-core ccache libzip-dev cython ant python-jinja2
4343

4444
You must have android SDK and NDK. You can download them at::
4545

@@ -78,6 +78,7 @@ After installing them, export both installation path, NDK version and API to use
7878
export ANDROIDNDK="/home/tito/code/android/android-ndk-r7"
7979
export ANDROIDNDKVER=r7
8080
export ANDROIDAPI=14
81+
export PATH=$PATH:$ANDROIDSDK/tools
8182

8283
Notes for android-ndk-r7
8384

0 commit comments

Comments
 (0)