env CMAKE_POLICY_VERSION_MINIMUM=3.5 paru -S sdrangel-git
When it fails with dab errors because they changed their api and if you don't need DAB related features turn it off to resume install...
cd ~/.cache/paru/clone/sdrangel-git/src/build
rm CMakeCache.txt
cmake ../sdrangel -DCHANNELRX_DEMODDAB=OFF
make
make install
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