Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Build a binary tarball from the github repositories

RIch Prohaska edited this page May 25, 2014 · 4 revisions

Build a binary tarball from Tokutek's github repositories

Release

mkdir tokudb-7.1.6-build-release
cd tokudb-7.1.6-build-release
~/github/tokudb-engine/scripts/make.mysql.bash --mysqlbuild=mysql-5.5.37-tokudb-7.1.6-linux-x86_64

Debug

mkdir tokudb-7.1.6-build-debug
cd tokudb-7.1.6-build-debug
~/github/tokudb-engine/scripts/make.mysql.bash --mysqlbuild=mysql-5.5.37-tokudb-7.1.6-debug-linux-x86_64
Clone this wiki locally