add requirements for building

This commit is contained in:
Leif Walsh 2013-04-18 16:09:05 -04:00
parent befc80a7b2
commit c996db2dfc

View file

@ -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
```
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
------------