mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
14 lines
287 B
TOML
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",
|
|
]
|