Basic Dependencies:
UHD >= 3.10.1.0
gnuradio >= 3.7.10.1
armadillo >= 7.300
Dependencies Needed for QA Testing:
octave (Tested 4.0.2)
octave-signal (Tested 1.3.2)
scipy (Tested 0.15.1)
oct2py (Tested 3.5.9)
Dependencies Needed for Doc:
texlive-latex-base
-
UHD GNU 安装见链接:uhd+gnuradio
-
开始安装其他依赖
sudo apt-get install octave
sudo apt-get install octave-signal
sudo apt-get install texlive-latex-base
sudo apt-get install python-scipy
pip install oct2py (若提示无pip, 按提示语句安装即可)
- armadillo的安装
先安装所需的依赖包:
sudo apt-get install libopenblas-dev
sudo apt-get install liblapack-devv