First install CMake, Poco, Boost
git clone https://github.com/falsecam/confdesc.git
cd confdesc
mkdir build
cd build
cmake ..
make
git clone https://github.com/hyphaproject/hypha.git
cd hypha
mkdir build
cd build
cmake ..
make
git clone https://github.com/hyphaproject/hyphamanager.git
cd hyphamanager
mkdir build
cd build
cmake -Dhypha_DIR=../hypha -Dconfdesc_DIR=../confdesc ..
make
Icon made by Freepik from www.flaticon.com