!!! Linux User space

{{{
$ cd ~/downloads/libevent-1.4.13-stable
$ ./configure --prefix=$HOME/local
$ make
$ make install
}}}

!!! Mac

{{{
$ brew install libevent
}}}

----
[Linux | CategoryComputing.Linux] - [Mac | CategoryComputing.Mac]