Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2014-05-15 00:10:27 +09:00
parent 2ae1da113e
commit ffdc764d85
1 changed files with 3 additions and 1 deletions

View File

@ -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/