revert package installation changes

This commit is contained in:
Marvin Sinister
2021-07-03 14:46:55 +02:00
parent b96206765a
commit 5a21b07269
12 changed files with 18 additions and 60 deletions

View File

@@ -4,7 +4,7 @@ cd /root
# Install dependencies and tools
apt update
apt full-upgrade -y
apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libglew-dev libvolk2-dev libsoapysdr-dev libairspyhf-dev libairspy-dev libiio-dev libad9361-dev librtaudio-dev libhackrf-dev librtlsdr-dev libbladerf-dev liblimesuite-dev p7zip-full wget
# Install SDRPlay libraries
wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.07.1.run
@@ -20,4 +20,4 @@ cmake .. -DOPT_BUILD_BLADERF_SOURCE=ON -DOPT_BUILD_LIMESDR_SOURCE=ON -DOPT_BUILD
make -j2
cd ..
sh make_debian_package.sh ./build
sh make_debian_package.sh ./build