mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
add note about using a different compiler
This commit is contained in:
parent
92e4a9c27f
commit
9ecd60fb1d
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ 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`.
|
||||
If your default compiler is not new enough, you can pass a different one:
|
||||
`scripts/make.mysql.bash --cc=gcc47 --cxx=g++47`.
|
||||
|
||||
|
||||
Contributing
|
||||
|
|
Loading…
Reference in a new issue