mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
12 lines
282 B
TOML
12 lines
282 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://dev.mysql.com/doc/refman/8.2/en/installing-source-distribution.html
|
|
[source]
|
|
tar = "https://dev.mysql.com/downloads/file/?id=523432"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"boost",
|
|
"ncurses",
|
|
"openssl3",
|
|
]
|