mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 21:18:41 +08:00
13 lines
353 B
TOML
13 lines
353 B
TOML
#TODO CMake error
|
|
# build instructions: https://github.com/Haivision/srt/blob/master/docs/build/build-linux.md
|
|
# build options: https://github.com/Haivision/srt/blob/master/docs/build/build-options.md
|
|
[source]
|
|
git = "https://github.com/Haivision/srt"
|
|
rev = "v1.5.4"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"openssl3",
|
|
]
|