mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
12 lines
379 B
TOML
12 lines
379 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://learn.netdata.cloud/docs/developer-and-contributor-corner/build-the-netdata-agent-yourself/compile-from-source-code#building-netdata
|
|
[source]
|
|
tar = "https://github.com/netdata/netdata/releases/download/v1.46.1/netdata-v1.46.1.tar.gz"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"zlib",
|
|
"libuv",
|
|
"libuuid",
|
|
]
|