Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 350 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 350 Bytes

hyphahandlers

Handlers 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/hyphahandlers.git
cd hyphahandlers
mkdir build
cd build
cmake -Dhypha_DIR=../../hypha ..
make