Commit 9ecd60fb authored by Leif Walsh's avatar Leif Walsh

add note about using a different compiler

parent 92e4a9c2
...@@ -38,6 +38,8 @@ Before you start, make sure you have a C++11-compatible compiler (GCC >= ...@@ -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, 4.7 is recommended) and the libraries and header files for valgrind,
zlib, and Berkeley DB. On Centos, `yum install valgrind-devel zlib-devel zlib, and Berkeley DB. On Centos, `yum install valgrind-devel zlib-devel
libdb-devel`, on Ubuntu, `apt-get install valgrind zlib1g-dev libdb-dev`. 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 Contributing
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment