Skip to content

globbie/knowdy

Repository files navigation

Knowdy

Build Status

Travis Status

Conceptual graph database.

Build

Dependencies list

  • cmake
  • gcc
  • make
  • pkg-config
  • libevent-dev
  • check
  • libsubunit-dev
  • valgrind

Before compilation

git submodule update --init --recursive

Compilation

mkdir build && cd build
cmake .. && make

Test

Execute make check-knowdy in your build directory to run tests.

Install

Run make install in your build directory.