Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

How to build

BohuTANG edited this page Oct 16, 2016 · 4 revisions

Summary

Build is same as Percona Xtrabackup 2.4, the details please refer to:
https://www.percona.com/doc/percona-xtrabackup/2.4/installation/compiling_xtrabackup.html

Compiling

git clone https://github.com/BohuTANG/tokudb-xtrabackup
cd tokudb-xtrabackup
cmake .\
  -DBUILD_CONFIG=xtrabackup_release\
  -DWITH_BOOST=extra/boost/boost_1_59_0.tar.gz\
  -DWITH_MAN_PAGES=OFF\
  -DCMAKE_INSTALL_PREFIX=<your-xtrabackup-install-dir>
make -j8

Installation

make install

Clone this wiki locally