Building MariaDB From Source Using musl-based GNU/Linux
Guide for compiling MariaDB on Alpine Linux or other musl-based systems, noting limitations like TokuDB support.
Instructions on compiling MariaDB on musl-based operating systems (Alpine)
Using cmake
cmakecmake . -DWITHOUT_TOKUDB=1make
sudo make installLast updated
Was this helpful?

