Child is an IRC Service for UnrealIRCD.
libmysqlclient
(orlibmariadbclient-dev-compat
)libssl
libc
cmake
check
- mysql 5.7
- unrealircd 4.2
apt install libmariadb-dev-compat libmariadbclient-dev libc-dev libssl-dev cmake check
mkdir build
cd build
cmake ..
make
For development, you can use docker-compose to set an environment up: doc/docker.md.
./child
Child expects a configuration file in the current working directory: child.conf
. You can find an example in doc/example.conf.