mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
15 lines
436 B
TOML
15 lines
436 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/v2.8.5/netdata-v2.8.5.tar.gz"
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DDEFAULT_FEATURE_STATE=False",
|
|
]
|
|
#dependencies = [
|
|
# "zlib",
|
|
# "libuv",
|
|
# "libuuid",
|
|
#]
|