Add python-setuptools to apt-get line

This commit is contained in:
Tatsuhiro Tsujikawa 2015-08-07 22:27:26 +09:00
parent bf8220fd5e
commit 9331dc755e
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ If you are using Ubuntu 14.04 LTS (trusty), run the following to install the nee
sudo 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
libjemalloc-dev cython python3.4-dev python-setuptools
spdylay is not packaged in Ubuntu, so you need to build it yourself:
http://tatsuhiro-t.github.io/spdylay/