Skip to content

Instantly share code, notes, and snippets.

@matsubo
Created February 9, 2013 11:13
Show Gist options
  • Save matsubo/4744903 to your computer and use it in GitHub Desktop.
Save matsubo/4744903 to your computer and use it in GitHub Desktop.
How to install the newest libevent 2.0.x
wget https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz
tar xf libevent-2.0.21-stable.tar.gz
cd libevent-2.0.21-stable
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment