redox/recipes/wip/dev/debug/rr-debugger/recipe.toml
2025-11-17 10:28:38 -03:00

14 lines
287 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/rr-debugger/rr/wiki/Building-And-Installing
[source]
git = "https://github.com/rr-debugger/rr"
rev = "5.9.0"
shallow_clone = true
[build]
template = "cmake"
dependencies = [
"zlib",
"capnproto",
"zstd",
]