Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 175 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 175 Bytes

heliumdb project

Getting started

$ mkdir build
$ cd build
$ cmake -DPYTHON_VER=3 -DDEBUG=on -DCMAKE_EXPORT_COMPILE_COMMANDS=on -DTESTS=on ..
$ make install