Closed DeonMarais64 closed 11 months ago
The instruction for the pis are slightly different - This works on most versions
sudo apt-get update sudo apt-get upgrade sudo apt-get install build-essential sudo apt-get install libsoapysdr-dev sudo apt-get install libopenal-dev sudo apt-get install libliquid-dev sudo apt-get install freeglut3-dev sudo apt-get install libalut-dev sudo apt-get install libsndfile1-dev sudo apt-get install librtaudio-dev sudo apt-get install libglew-dev sudo apt-get install git cd ~/Desktop git clone --depth=1 https://github.com/righthalfplane/SdrGlut.git cd SdrGlut make -f makefileRaspbian -j 8 ./sdrglut.x
Hi, I think I have followed your build instructions, but I am getting this error below. I tried to build the current
master
andtags/v1.32
, and the error is the same for both. I would appreciate any suggestions.