Skip to content

Instantly share code, notes, and snippets.

@sonots
Last active July 30, 2024 06:59
Show Gist options
  • 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 [email protected]: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