1.
configure: error: "libevent not found"
解决方法:
$ git clone https://github.com/libevent/libevent.git
$ cd libevent
$ ./configure
$ make
$ sudo make install
2.
configure: error: "curses not found"
解决方法;
$ sudo apt-get install libncurses5-dev