add note about using a different compiler

This commit is contained in:
Leif Walsh 2013-04-18 16:14:42 -04:00
parent 92e4a9c27f
commit 9ecd60fb1d

View file

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