Installation
#
Requirements- Linux system (BSDs should work, but not actively tested)
- C99 capable compiler
- A working dynamic load library
- LibreSSL/OpenSSL 1.0.1d or above
- Flex
- GNU bison
#
Feature specific requirements- For GeoIP support, libGeoIP
- For httpd support, libmicrohttpd
- For JSON support (used by httpd), libjansson
#
InstallationPut something here.
#
Quick installation$ ./configure --prefix=$HOME/ircd$ make$ make install
On some BSD's, you may need to use gmake instead of make.