Skip to content

Instantly share code, notes, and snippets.

@sonots
Last active August 29, 2015 14:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sonots/2bdf6cd26c23ef44db71 to your computer and use it in GitHub Desktop.
Save sonots/2bdf6cd26c23ef44db71 to your computer and use it in GitHub Desktop.

centos6 だと epel の libev が古くてめんどくさくなったので centos7 でビルドした。

sudo yum groupinstall "Development Tools"
sudo yum install libev libev-devel zlib zlib-devel openssl openssl-devel git
git clone git@github.com:tatsuhiro-t/nghttp2.git
cd nghttp2
autoreconf -i
automake
autoconf
./configure
make
sudo make install

/usr/local/bin/{nghttp,nghttpd,nghttpx} が入る

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment