How to install specific gnuradio version using PyBombs? -
i install specific gnuradio library release (3.7.10) using pybombs (https://github.com/gnuradio/pybombs). have done following steps:
sudo pip install pybombs pybombs auto-config pybombs recipes add gr-recipes git+https://github.com/gnuradio/gr-recipes.git pybombs recipes add gr-etcetera git+https://github.com/gnuradio/gr-etcetera.git mkdir /home/myuser/gnuradio now if run pybombs prefix init /home/myuser/gnuradio/prefix -a myprefix -r gnuradio-default install latest gnuradio. how install older releases? see in recipes file /home/myuser/.pybombs/recipes/gr-recipes/gnuradio.lwr set branch, possible set release tag?
my machine running ubuntu 16.04
Comments
Post a Comment