From 63675f0a47339337fee960b9d2e3f2613092edcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 27 Jan 2015 16:58:08 +0100 Subject: [PATCH] Better usability for apt packages --- README.rst | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.rst b/README.rst index 5fa43e26..84cfae92 100644 --- a/README.rst +++ b/README.rst @@ -110,25 +110,9 @@ The Python bindings require the following packages: * python >= 2.7 If you are using Ubuntu 14.04 LTS, you need the following packages -installed: +installed:: -* make -* binutils -* autoconf -* automake -* autotools-dev -* libtool -* pkg-config -* zlib1g-dev -* libcunit1-dev -* libssl-dev -* libxml2-dev -* libev-dev -* libevent-dev -* libjansson-dev -* libjemalloc-dev -* cython -* python3.4-dev + apt-get install make binutils autoconf automake autotools-dev libtool pkg-config zlib1g-dev libcunit1-dev libssl-dev libxml2-dev libev-dev libevent-dev libjansson-dev libjemalloc-dev cython python3.4-dev spdylay is not packaged in Ubuntu, so you need to build it yourself: http://tatsuhiro-t.github.io/spdylay/