Get, Build and Test Latest MariaDB the Lazy Way
A simplified guide to quickly fetching, building, and testing the latest MariaDB source from GitHub.
OpenSuse
sudo zypper install git gcc gcc-c++ make bison ncurses ncurses-devel zlib-devel libevent-devel cmake opensslDebian
apt install -y build-essential bison libgnutls28-dev
apt build-dep mariadb-servergit clone https://github.com/MariaDB/server.git mariadb
cd mariadb
git checkout 11.4Install the Server (If needed)
Last updated
Was this helpful?

