From aa5bee5e30bdc3a418cac117bee19e7d119c6e27 Mon Sep 17 00:00:00 2001 From: Leif Walsh <leif.walsh@gmail.com> Date: Thu, 25 Apr 2013 22:34:00 -0300 Subject: [PATCH] #7 clarify compiler flags --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 679142edea..f35229848e 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,10 @@ 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`. + +You can set the compiler by passing `--cc` and `--cxx` to the script, to +select one that's new enough. The default is `scripts/make.mysql.bash +--cc=gcc47 --cxx=g++47`, which may not exist on your system. Contributing -- 2.30.9