Better usability for apt packages
This commit is contained in:
parent
4e68ca8233
commit
63675f0a47
20
README.rst
20
README.rst
|
@ -110,25 +110,9 @@ The Python bindings require the following packages:
|
||||||
* python >= 2.7
|
* python >= 2.7
|
||||||
|
|
||||||
If you are using Ubuntu 14.04 LTS, you need the following packages
|
If you are using Ubuntu 14.04 LTS, you need the following packages
|
||||||
installed:
|
installed::
|
||||||
|
|
||||||
* make
|
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
|
||||||
* 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:
|
spdylay is not packaged in Ubuntu, so you need to build it yourself:
|
||||||
http://tatsuhiro-t.github.io/spdylay/
|
http://tatsuhiro-t.github.io/spdylay/
|
||||||
|
|
Loading…
Reference in New Issue