Skip to content

Instantly share code, notes, and snippets.

@pastcompute
Last active October 18, 2016 02:12
Show Gist options
  • Save pastcompute/5ff929b3576e6d7523fbc9659196bf67 to your computer and use it in GitHub Desktop.
Save pastcompute/5ff929b3576e6d7523fbc9659196bf67 to your computer and use it in GitHub Desktop.
Mariadb Source Build Instructions
apt-get install -y build-essential git \
    cmake pkg-config bison \
    libncurses5-dev zlib1g-dev libboost-graph1.54-dev libjudy-dev
git clone https://github.com/MariaDB/server.git
cd server
mkdir build
cd build
cmake ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment