Skip to content

hyphaproject/hyphamanager

Repository files navigation

Hypha Manager

Quick start

First install CMake, Poco, Boost

Build confdesc

git clone https://github.com/falsecam/confdesc.git
cd confdesc
mkdir build
cd build
cmake ..
make

Build hypha

git clone https://github.com/hyphaproject/hypha.git
cd hypha
mkdir build
cd build
cmake ..
make

Build hyphamanager

git clone https://github.com/hyphaproject/hyphamanager.git
cd hyphamanager
mkdir build
cd build
cmake -Dhypha_DIR=../hypha -Dconfdesc_DIR=../confdesc ..
make

Logo Icon made by Freepik from www.flaticon.com