Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 132 Bytes

File metadata and controls

9 lines (8 loc) · 132 Bytes

To Build

$ git submodule update --recursive --init
$ mkdir -p build && cd build
$ cmake ..
$ cmake --build .
$ ./HelloLdb