Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
682d35ed
Commit
682d35ed
authored
Apr 25, 2013
by
Leif Walsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#7 clarify compiler flags
parent
30d08240
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
README.md
README.md
+4
-2
No files found.
README.md
View file @
682d35ed
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment