Skip to content

hyphaproject/hypha

Repository files navigation

Hypha libraries

Build Status Coverage_Status Documentation Gitter

Quick start

First install CMake, Poco, Boost

Then build and run.

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

For Developer

run tests:

cmake -DOPTION_BUILD_TESTS=1 ..
make
./hyphacore-test

run clang-format:

make clang-format

run clang-tidy:

make clang-tidy

run coverage:

cmake -DOPTION_BUILD_TESTS=1 -DCMAKE_BUILD_TYPE=Coverage ..
make hyphacore-test_coverage

open coverate/index.html


Logo Icon made by Freepik from www.flaticon.com