mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
18 lines
509 B
TOML
18 lines
509 B
TOML
#TODO missing script for CMake, see https://wiki.gnuradio.org/index.php?title=LinuxInstall#For_GNU_Radio_3.10,_3.9,_and_Main_Branch
|
|
#TODO probably missing dependencies, see https://wiki.gnuradio.org/index.php?title=UbuntuInstall#Install_Dependencies
|
|
[source]
|
|
git = "https://github.com/gnuradio/gnuradio"
|
|
rev = "bd928539d9eaa73736f8381cd2e60953a0eb8cb8"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"volk",
|
|
"boost",
|
|
"libgmp",
|
|
"fftw",
|
|
"sdl1",
|
|
"qt5-base",
|
|
"libusb",
|
|
"libevdev",
|
|
]
|