mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
ubuntu bionic CI fix
This commit is contained in:
parent
7ae59681d5
commit
6cf474144b
@ -21,6 +21,14 @@ wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.07.1.run
|
|||||||
cp x86_64/libsdrplay_api.so.3.07 /usr/lib/libsdrplay_api.so
|
cp x86_64/libsdrplay_api.so.3.07 /usr/lib/libsdrplay_api.so
|
||||||
cp inc/* /usr/include/
|
cp inc/* /usr/include/
|
||||||
|
|
||||||
|
# Install a more recent libusb version
|
||||||
|
wget https://github.com/libusb/libusb/releases/download/v1.0.25/libusb-1.0.25.tar.bz2
|
||||||
|
tar -xvf libusb-1.0.25.tar.bz2
|
||||||
|
cd libusb-1.0.25
|
||||||
|
./configure
|
||||||
|
make -j2
|
||||||
|
make install
|
||||||
|
|
||||||
# Install a more recent libairspyhf version
|
# Install a more recent libairspyhf version
|
||||||
git clone https://github.com/airspy/airspyhf
|
git clone https://github.com/airspy/airspyhf
|
||||||
cd airspyhf
|
cd airspyhf
|
||||||
|
Loading…
Reference in New Issue
Block a user