Building the Galera wsrep Package on Ubuntu and Debian
Build the galera wsrep provider .deb package on Ubuntu and Debian, covering prerequisites, the build.sh script workflow, and the steps required to run the galera test suite afterward.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -y install check debhelper libasio-dev libboost-dev libboost-program-options-dev libssl-dev sconsgit init repo
cd repo
git clone -b mariadb-3.x https://github.com/MariaDB/galera.gitcd galera
./scripts/build.sh -pRunning galera test suite
Last updated
Was this helpful?

