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
dbdaa936
Commit
dbdaa936
authored
Dec 20, 2013
by
Tim Callaghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
Updating for v7.1.0, cleaning up the CentOS / Ubuntu portion.
parent
6e3e7fb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
README.md
README.md
+8
-7
No files found.
README.md
View file @
dbdaa936
...
...
@@ -24,21 +24,22 @@ working MySQL or MariaDB with Tokutek patches, and with the TokuDB storage
engine, called
`make.mysql.bash`
. This script will download copies of the
needed source code from github and build everything.
To build MySQL with TokuDB 7.
0.4
:
To build MySQL with TokuDB 7.
1.0
:
```
sh
scripts/make.mysql.bash
--mysqlbuild
=
mysql-5.5.30-tokudb-7.
0.4
-linux-x86_64
scripts/make.mysql.bash
--mysqlbuild
=
mysql-5.5.30-tokudb-7.
1.0
-linux-x86_64
```
To build MariaDB with TokuDB 7.
0.4
:
To build MariaDB with TokuDB 7.
1.0
:
```
sh
scripts/make.mysql.bash
--mysqlbuild
=
mariadb-5.5.30-tokudb-7.
0.4
-linux-x86_64
scripts/make.mysql.bash
--mysqlbuild
=
mariadb-5.5.30-tokudb-7.
1.0
-linux-x86_64
```
Before you start, make sure you have a C++11-compatible compiler (GCC >=
4.
7 is recommended), as well as CMake >=2.8.8, 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`
.
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`
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
...
...
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