Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Mar 22, 2015
1 parent 1f3e7cb commit 402c94c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ Prerequisites
-------------

* C++11 compiler (gcc 4.8.1+ or clang 3.3+).
* [TCMalloc][tcmalloc] from Google.
* GNU make.

Build
-----

1. Prepare TCMalloc.
On Ubuntu, run `apt-get install libgoogle-perftools-dev`.
2. Run `make`.
Just run `make`.

You can build yrmcds without TCMalloc by editing Makefile.
yrmcds runs faster when linked with [TCMalloc](tcmalloc).
On Debian/Ubuntu, install `libgoogle-perftools-dev` package to prepare TCMalloc.

The makefile automatically detects TCMalloc if available.

Install
-------
Expand Down

0 comments on commit 402c94c

Please sign in to comment.