Updated Airspy HF and Discovery device notes (markdown)
parent
8bd8968878
commit
cbc57e3ddd
|
|
@ -13,6 +13,7 @@ sudo apt-get install git libusb-1.0-0-dev cmake make gcc g++ pkg-config libsoapy
|
|||
git clone https://github.com/airspy/airspyhf.git
|
||||
cd airspyhf
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
sudo make install
|
||||
|
|
@ -26,6 +27,7 @@ sudo ldconfig
|
|||
git clone https://github.com/pothosware/SoapyAirspyHF.git
|
||||
cd SoapyAirspyHF
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
sudo make install
|
||||
|
|
|
|||
Loading…
Reference in New Issue