Commit c996db2d authored by Leif Walsh's avatar Leif Walsh

add requirements for building

parent befc80a7
...@@ -34,6 +34,11 @@ To build MariaDB with TokuDB 7.0.0: ...@@ -34,6 +34,11 @@ To build MariaDB with TokuDB 7.0.0:
scripts/make.mysql.bash --git_tag=tokudb-7.0.0 --mysql=mariadb-5.5.30 scripts/make.mysql.bash --git_tag=tokudb-7.0.0 --mysql=mariadb-5.5.30
``` ```
Before you start, make sure you have a C++11-compatible compiler (GCC
>= 4.7 is recommended) and the libraries and header files for valgrind,
zlib, and Berkeley DB. On Centos, `yum install valgrind-devel zlib-devel
libdb-devel`, on Ubuntu, `apt-get install valgrind zlib1g-dev libdb-dev`.
Contributing Contributing
------------ ------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment