mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-10 21:48:53 +08:00
11 lines
318 B
TOML
11 lines
318 B
TOML
#TODO missing script for CMake, see https://docs.srsran.com/projects/4g/en/latest/general/source/1_installation.html#installation-from-source
|
|
[source]
|
|
git = "https://github.com/srsran/srsRAN_4G"
|
|
rev = "eea87b1d893ae58e0b08bc381730c502024ae71f"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"fftw",
|
|
"mbedtls",
|
|
]
|