http://gnuradio.microembedded.com/
http://mirrors.163.com/
https://www.expreview.com/69419.html
http://www.doc88.com/p-9863419341526.html
https://www.cnblogs.com/jsdy/p/11803790.html
在使用pip安装pybombs
利用pybombs安装最新源码软件,包括gnuradio, uhd, hackrf, limesuite, gqrx, 以及各种gnuradio模块.
https://blog.csdn.net/sinat_38431275/article/details/78416023
利用pybombs安装gnuradio
https://blog.csdn.net/dragonshx/article/details/91350720
Ubuntu 18.04下安装最新CMake及CMake简单使用
https://www.linuxidc.com/Linux/2018-09/154166.htm
https://www.jianshu.com/p/df438466b143
gnuradio安装步骤:
- 在网易镜像下载ubuntu的iso文件,使用vb安装系统,指定共享文件。
- 安装增强工具;在/etc/apt/sources.list换为国内源
- 安装pip
$ sudo apt-get install git $ sudo apt-get install python-setuptools python-dev python-pip build-essential $ sudo pip install git+https://github.com/gnuradio/pybombs.git
|
- 安装cmake
- 安装pybombs
- 安装gnuradio
最新评论