generated from ClemaX/ft_skeleton_cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Clément Hamada edited this page Apr 6, 2021
·
4 revisions
To compile ircserv
you first need to install a c++ compiler, GNU make
, as well as the openssl
library and headers.
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)"