ensure libz is installed too. closes #72
This commit is contained in:
parent
abfddecbe7
commit
7c699033a7
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ SDK. Some binaries of the Android SDK are still in 32 bits, so you need few
|
|||
32bits libraries available::
|
||||
|
||||
pip install --upgrade cython
|
||||
apt-get install ccache lib32stdc++6 openjdk-7-jdk
|
||||
apt-get install ccache build-essential lib32stdc++6 libz1g-dev openjdk-7-jdk
|
||||
|
|
Loading…
Reference in a new issue