Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uoo723 authored Jun 20, 2017
1 parent eda860b commit f1793b7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# OSPBL_KeyValueStore

## Prerequisite

* cmake
* [HomeBrew](https://brew.sh/index_ko.html) (Mac optional) (if you have to install cmake from brew)

## Build

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

0 comments on commit f1793b7

Please sign in to comment.