ubuntu14.04下使用pypombs安装gnuradio

        Ubuntu14.04下UHD的安装同12.04。针对gnuradio在Ubuntu14.04下的安装,为了解决依赖(dependencies)的安装问题,官网给出了另一种有效的方法:PYPOMBS(Python Build Overlay Managed Bundle System)。参见, http://gnuradio.org/redmine/projects/pybombs/wiki。


一、安装、配置pybombs:
        安装pybombs:

        git clone git://github.com/pybombs/pybombs

        然后对pybombs进行配置,“enter”选择默认即可:

        cd pybombs
       ./pybombs config


二、安装gnuradio,配置环境变量

        cd pybombs
        ./pybombs install gnuradio
        ./pybombs env
         source \$prefix/setup_env.sh

         此时,在当前shell下有效。注销、重启后生效。

你可能感兴趣的:(ubuntu14.04下使用pypombs安装gnuradio)