SoapySDRをコードからインストールしていくぜ

git clone <リポジトリURL> でソースコードをダウンロードしていく - このひとときに……魂を込めて……!@アイカツスターズ!を見てください

 

git cloneして、buildを進めていくぜ。

 

$ git clone https://github.com/pothosware/SoapySDR.git

GitHub - pothosware/SoapySDR: Vendor and platform neutral SDR support library.

 

Build and install

http://i.imgur.com/n7WReFx.png         

 

Unix instructions

mkdir build
cd build
cmake ..
make -j4
sudo make install
sudo ldconfig #needed on debian systems
SoapySDRUtil --info

BuildGuide · pothosware/SoapySDR Wiki · GitHub

 

BBBをeMMC起動していたら、容量不足でgit cloneで失敗してた。

そのままmake -j4したら、案の定失敗した。つらぽょ。