I try to install the :
*install GnuRadio from the branch next-pinky*
*From a scratch virtual machine under ubuntu 14.04 64*
*1- dependencies*
sudo apt-get -y install git-core cmake g++ python-dev swig \ pkg-config libfftw3-dev libboost1.55-all-dev libcppunit-dev libgsl0-dev \ libusb-dev libsdl1.2-dev python-wxgtk2.8 python-numpy \ python-cheetah python-lxml doxygen libxi-dev python-sip \ libqt4-opengl-dev libqwt-dev libfontconfig1-dev libxrender-dev \ python-sip python-sip-dev
sudo apt-get install libglew-dev libcheese7 libcheese-gtk23 libclutter-gst-2.0-0 libcogl15 libclutter-gtk-1.0-0 libclutter-1.0-0
2- git
git clone --recursive https://github.com/pinkavaj/gnuradio.git
3- make
usual then cmake -DCMAKE_INSTALL_PREFIX=/usr/local ../
at the end everything is OK
Tetrapol :
apt-get install libcmocka-dev
then standard install
Running ./run.sh gives the following error :
/Documents/tetrapol-kit$ sudo ./run.sh Traceback (most recent call last): File "./demod/tetrapol_rx.py", line 15, in <module> from gnuradio.filter import freq_xlating_fft_filter_ccc ImportError: cannot import name freq_xlating_fft_filter_ccc a <CHANNEL> - automatic fine tunning to channel C d <CHANNEL> - disable demodulation for channel C e <CHANNEL> - enable demodulation for channel C h - print help l - list top 30 channels by PWR x - exit Command: x
RTL SDR is not recognize
No further instructions found on internet
some tests :
install Pybombs then gnuradio : error install gr-osmosdr through pybombs error
Any help in installing this gnuradio version ?
--