fix formatting

This commit is contained in:
Leif Walsh 2013-04-18 16:11:00 -04:00
parent c996db2dfc
commit 92e4a9c27f

View file

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