Im trying to install GNU Radio, I need this to be able to install gqrx
to use my software defined radio dongle.
I have followed the guide at https://www.jeroennijhof.nl/wiki/index.php/Software-Defined_Radio_on_Ubuntu but the installation aborts because cheetah isn't installed. Python-cheetah is in fact installed in its latest version, running sudo apt-get install python-cheetah
only states that it is already installed.
Does anyone know why GNU Radio doesn't accept that Cheetah is installed?
Output from installation attempt:
-- Python checking for Cheetah >= 2.0.0
-- Python checking for Cheetah >= 2.0.0 - not found
CMake Error at volk/CMakeLists.txt:62 (message):
Cheetah templates required to build VOLK
-- Configuring incomplete, errors occurred!