Update doc
This commit is contained in:
parent
2ae1da113e
commit
ffdc764d85
|
@ -89,7 +89,7 @@ The Python bindings require the following packages:
|
||||||
* cython >= 0.19
|
* cython >= 0.19
|
||||||
* python >= 2.7
|
* python >= 2.7
|
||||||
|
|
||||||
If you are using Ubuntu 12.04, you need the following packages
|
If you are using Ubuntu 14.04 LTS, you need the following packages
|
||||||
installed:
|
installed:
|
||||||
|
|
||||||
* autoconf
|
* autoconf
|
||||||
|
@ -104,6 +104,8 @@ installed:
|
||||||
* libevent-dev
|
* libevent-dev
|
||||||
* libjansson-dev
|
* libjansson-dev
|
||||||
* libjemalloc-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