1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 11:09:56 +00:00

pybombs will ask for root's password if required.

Calling pybombs with sudo was causing problems (it does not find
recipes)
This commit is contained in:
Carles Fernandez 2016-04-14 19:51:07 +02:00
parent 2b7175083f
commit 2eb4973fed

View File

@ -52,9 +52,9 @@ $ python setup.py build
$ sudo python setup.py install
$ pybombs recipes add gr-recipes https://github.com/gnuradio/gr-recipes.git
$ pybombs recipes add gr-etcetera https://github.com/gnuradio/gr-etcetera.git
$ sudo pybombs prefix init /usr/local -a myprefix
$ pybombs prefix init /usr/local -a myprefix
$ pybombs config default_prefix myprefix
$ sudo pybombs install gnuradio gr-osmosdr armadillo glog
$ pybombs install gnuradio gr-osmosdr armadillo glog
~~~~~~
Other installation and configuration options are available from https://github.com/gnuradio/pybombs