Conceptual graph database.
- cmake
- gcc
- make
- pkg-config
- libevent-dev
- check
- libsubunit-dev
- valgrind
git submodule update --init --recursive
mkdir build && cd build
cmake .. && make
Execute make check-knowdy
in your build directory to run tests.
Run make install
in your build directory.