Skip to content

uoo723/OSPBL_KeyValueStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published