chilon Code
Brought to you by:
tuxjay
This release only supports epoll for polling, hence it only supports Linux 2.6.19+. Support for FREEBSD kqueue is on the way. To install run: ./configure make install Since this is a header only library, this doesn't do much. ./configure simply makes a version of config.hpp suitable for your system, and "make install' copies the headers to your file system. To build some utility code run: make util If this is before 'make install' then the utility code will be installed in ${prefix}/bin Doxygen documentation will be added in the next release. Thanks