Skip to content

Getting Started

Clément Hamada edited this page Apr 6, 2021 · 4 revisions

Dependencies

To compile ircserv you first need to install a c++ compiler, GNU make, as well as the openssl library and headers.

macOS

Using brew:

brew install openssl
brew link openssl

If brew is not yet installed on your system, execute:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Compilation

Clone this wiki locally