Creating the MariaDB Source Tarball
How to create a source tar.gz file.
First Setup your build environment.
Then use automake/configure/make to generate the tar file:
BUILD/autorun.sh
./configure --with-plugin-xtradb
make dist
This creates a source file with a name like mysql-5.3.2-MariaDB-beta.tar.gz
See also the generic build instructions.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?