From 7c699033a7b294589e5c25bd7285788959fb9c57 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Mon, 21 Apr 2014 13:55:39 +0200 Subject: [PATCH] ensure libz is installed too. closes #72 --- docs/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 8aa0a5a..39b4d03 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -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