Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
In the beginning, the code was without form and was void()…
Browse files Browse the repository at this point in the history
  • Loading branch information
lplewa committed Dec 5, 2018
0 parents commit ce85ab9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
libvmemcache: buffer based LRU cache
=======================================

# Building The Source #

Requirements:
- libpmem-dev(el) >= 1.3 (http://pmem.io/pmdk/)
- libpmemobj-dev(el) >= 1.3 (http://pmem.io/pmdk/)
- cmake >= 3.3
- git

For all systems:

```sh
$ git clone https://github.com/lplewa/vmemcache.git
$ cd vmemcache
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/home/user/vmemchache-bin
$ make
$ make install
```

0 comments on commit ce85ab9

Please sign in to comment.