Updated Airspy HF and Discovery device notes (markdown)

Jakob Ketterl 2020-10-20 18:23:45 +02:00
parent 8bd8968878
commit cbc57e3ddd
1 changed files with 2 additions and 0 deletions

@ -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