uoo723 / OSPBL_KeyValueStore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSPBL_KeyValueStore

Prerequisite

  • cmake (minimum required 3.5.1)
  • HomeBrew (Mac optional) (if you have to install cmake from brew)

Build

For Mac

$ brew install cmake
$ mkdir build && cd build
$ cmake ..
$ make
$ ./main

For Ubuntu

$ apt-get install cmake
$ mkdir build && cd build
$ cmake ..
$ make
$ ./main

About


Languages

Language:C 97.0%Language:CMake 3.0%