Reply To: SDRplay RSP2/RSP2pro on Linux a Nightmare

SDRPlay Independent Community Forum Forums General SDRplay RSP2/RSP2pro on Linux a Nightmare Reply To: SDRplay RSP2/RSP2pro on Linux a Nightmare

#1856
Anonymous

    This is what I did to get CubicSDR running on a fresh install of Ubuntu 18.04.3

    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install build-essential
    sudo apt-get install libsoapysdr0.6
    sudo apt-get install libsoapysdr-dev
    sudo apt-get install libopenal-dev
    sudo apt-get install libliquid-dev
    sudo apt-get install freeglut3
    sudo apt-get install freeglut3-dev
    sudo apt-get install libalut0
    sudo apt-get install libalut-dev
    sudo apt-get install cubicsdr

    some of the steps are not needed, but they do not hurt.