Page 1 of 1

GNURadio PyBOMBS

Posted: Fri Feb 13, 2015 9:49 am
by zane93
GNURadio PyBOMBS

This little app is very handy for installing all kinds of sdr apps.

http://gnuradio.org/redmine/projects/pybombs/wiki

Re: GNURadio PyBOMBS

Posted: Sun Feb 15, 2015 1:58 pm
by jynik
Indeed - one of these days I need to update the Getting Started: Linux guides on the wiki to suggest using it instead of the build-gnuradio script.

Re: GNURadio PyBOMBS

Posted: Thu Mar 05, 2015 2:06 pm
by andrew77
root@And:~/pybombs# ./pybombs install gnuradio
Settled on prefix: /root/target
Initializing environmental variables...
no existing inventory found, creating an empty one...
value updated
False
None
Loading recipes ...
/root/target
PyBombs.sysutils - WARNING - have_deb: Does not satisfy requirement...installed version of libboost-dev (1.49.0) is not >= than 1.53
PyBombs.sysutils - WARNING - have_deb: Does not satisfy requirement...installed version of libboost-dev (1.49.0) is not >= than 1.53
Installing packages:
* boost
* fftw
* cppunit
* swig
* gsl
* uhd
* alsa
* pycairo
* gnuradio
PyBombs.sysutils - WARNING - have_deb: Does not satisfy requirement...installed version of libboost-dev (1.49.0) is not >= than 1.53
PyBombs.sysutils - WARNING - deb_exists: could not find a downloadable version of libboost1.53-dev
PyBombs.sysutils - WARNING - deb_exists: Does not satisfy requirement...downloadable version of libboost-dev (1.49.0) is not >= than 1.53
failed to install boost

How can I install libboost1.53 on Kali linux 1.1?
Thanks