安装UHD

1.安装UHD所需要的依赖环境:
Dependencies for required component LibUHD not met:

l-dev libusb-1.0-0-dev python-mako doxygen python-docutils cmake build-essential

2.源码编译UHD驱动&&增加UHD对LimeSDR的支持

git clone https://github.com/EttusResearch/uhd.git
cd uhd/host/lib/usrp
git clone https://github.com/jocover/OpenUSRP.git
echo "INCLUDE_SUBDIRECTORY(OpenUSRP)">>CMakeLists.txt
cd ../../
mkdir build && cd build
cmake ..
make -j4
sudo make install
sudo ldconfig

reference:
https://blog.csdn.net/atnanyang/article/details/52648093
https://www.cnblogs.com/k1two2/p/6702353.html

你可能感兴趣的:(软件安装)