Fixed more bionic stuff 2

This commit is contained in:
Ryzerth 2021-04-26 15:34:32 +02:00
parent 95f7171256
commit 78c7ef0242

View File

@ -6,6 +6,9 @@ cd /root
apt update
apt install -y dpkg-dev make gcc-8 g++-8 cmake git libfftw3-dev libglfw3-dev libglew-dev libvolk1-dev libsoapysdr-dev libairspyhf-dev libairspy-dev libiio-dev libad9361-dev librtaudio-dev libhackrf-dev librtlsdr-dev
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 700 --slave /usr/bin/g++ g++ /usr/bin/g++-7
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 800 --slave /usr/bin/g++ g++ /usr/bin/g++-8
git clone https://github.com/AlexandreRouma/SDRPlusPlus
cd SDRPlusPlus