mirror of
https://github.com/MariaDB/server.git
synced 2025-03-02 09:13:14 +01:00
fix formatting
This commit is contained in:
parent
8d6dfbb818
commit
6c25e727f4
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ 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,
|
||||
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`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue