Installing SdrGlut and iqSDR on Ubuntu 24.04

8 views
Skip to first unread message

Dale Ranta

unread,
May 23, 2024, 11:58:15 AMMay 23
to SdrGlut Users
This video shows how to install Installing SdrGlut and iqSDR on Ubuntu 24.04.

Installing SdrGlut and iqSDR on Ubuntu 24.04
https://youtu.be/cJnNznZeYSs

The command used were -

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential -y
sudo apt-get install libwxgtk3.2-dev -y
sudo apt-get install libglew-dev -y
sudo apt-get install libusb-dev -y
sudo apt-get install libsoapysdr-dev -y
sudo apt-get install libopenal-dev -y
sudo apt-get install libliquid-dev -y
sudo apt-get install freeglut3-dev -y
sudo apt-get install libalut-dev -y
sudo apt-get install libsndfile1-dev -y
sudo apt-get install librtaudio-dev -y
sudo apt-get install git -y
sudo apt-get install cmake -y
sudo apt-get install libhdf4-dev -y
sudo apt-get install libfftw3-dev -y
cd ~/Desktop
git clone --depth=1 https://github.com/righthalfplane/SdrGlut.git
cd SdrGlut
make -f makefileUbuntu -j 8
./sdrglut.x
cd iqSDR
make -f makefileUbuntuOLD -j 8
./iqSDR.x

Reply all
Reply to author
Forward
0 new messages