Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 678 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 678 Bytes

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