Commit e7829eaa authored by Leif Walsh's avatar Leif Walsh

fix examples

parent a1bdae1d
......@@ -26,12 +26,12 @@ needed source code from github and build everything.
To build MySQL with TokuDB 7.0.1:
```sh
scripts/make.mysql.bash --git_tag=tokudb-7.0.1
scripts/make.mysql.bash --mysqlbuild=mysql-5.5.30-tokudb-7.0.1-linux-x86_64
```
To build MariaDB with TokuDB 7.0.1:
```sh
scripts/make.mysql.bash --git_tag=tokudb-7.0.1 --mysql=mariadb-5.5.30
scripts/make.mysql.bash --mysqlbuild=mariadb-5.5.30-tokudb-7.0.1-linux-x86_64
```
Before you start, make sure you have a C++11-compatible compiler (GCC >=
......
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