brew install libmicrohttpd jansson gnutls
Make sure cmake is installed if if it's not, install it.
brew install cmake
Clone the repository and setup the build env
git clone [email protected]:babelouest/ulfius.git
cd ulfius
mkdir build
cd build
Next we need to run cmake. We need to turn off journald and RPM.
cmake -DWITH_JOURNALD=off -DWITH_RPM=off ..
Now we "make" and install
make && sudo make install