Skip to content

hyphaproject/hyphawebmanager

Repository files navigation

Hypha Web 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 hyphawebmanager

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

Logo Icon made by Freepik from www.flaticon.com