mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
add requirements for building
This commit is contained in:
parent
befc80a7b2
commit
c996db2dfc
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
------------
|
||||
|
|
Loading…
Reference in a new issue