Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 346 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 346 Bytes

hyphaplugins

Plugins for the hypha framework.

Installation

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

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