In order to build hifircd, the following dependencies need to be installed. Sample commands are given for Arch based distros.
aurman -S drogon
pacman -S jsoncpp
aurman -S jsoncpp
pacman -S openssl
pacman -S zlib
mkdir build && cd build && cmake .. && make