redox/recipes/wip/tools/gnu-radio/recipe.toml
2024-02-15 09:47:49 +00:00

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",
]