Missing features is, DAB Demodulator, and Satellite Tracker.
I build it exactly as it says on https://github.com/f4exb/sdrangel/wiki/Compile-from-source-in-Linux
except for "sudo apt-get install" parts.
So basically installing dependencies via pacman, and then follow the instructions for ex
cd /opt/build
git clone https://github.com/srcejon/aptdec.git
cd aptdec
git checkout libaptdec
mkdir build; cd build
cmake -Wno-dev -DCMAKE_INSTALL_PREFIX=/opt/install/aptdec ..
make -j $(nproc) install
etc.
Pinned Comments
nemanjan00 commented on 2024-08-03 13:51 (UTC)
I have adopter package for pretty much one single reason. I refuse to have packages that are abandoned on my machine, for security reasons.
If someone wants to take over, I have no issue with it. That being said, I am not sure I will be able to keep it up to date