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 .
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