Skip to content

Commit

Permalink
updating README.md
Browse files Browse the repository at this point in the history
In the instructions for building TokuDB, added a list of suggested
packages.
  • Loading branch information
wjannen committed Sep 15, 2016
1 parent 75bf51d commit c711be9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ An abbreviated version:

The next step is to build TokuDB. TokuDB uses cmake, and it is very finicky.
You must have the right versions of gcc, and g++: gcc-4.7, g++-4.7.
You must also have valgrind and zlib.
(To build TokuDB on ubuntu 13.10 server, we found that we needed the
following packages: zlib1g-dev, build-essential, gcc-4.7, g++-4.7,
cmake, valgrind, cscoppe. Some of these requirements may be relaxed by
changing settings in the cmake_modules/ directory, but we will not
explore this in depth.)

For those unfamiliar with cmake, I would suggest an out-of-source
build. The following commands should work:
Expand Down

0 comments on commit c711be9

Please sign in to comment.