mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 03:28:42 +08:00
20 lines
421 B
TOML
20 lines
421 B
TOML
#TODO not compiled or tested
|
|
# build instructions:
|
|
# https://mariadb.com/kb/en/generic-build-instructions/
|
|
# https://mariadb.com/kb/en/cross-compiling-mariadb/
|
|
[source]
|
|
tar = "https://dlm.mariadb.com/4509471/MariaDB/mariadb-12.1.2/source/mariadb-12.1.2.tar.gz"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"ncurses",
|
|
"zlib",
|
|
"libevent",
|
|
"openssl3",
|
|
"curl",
|
|
"libxml2",
|
|
"boost",
|
|
"libaio",
|
|
]
|
|
|