add hydrasdr support to all platforms EXCEPT Windows and remote debian buster CI

This commit is contained in:
AlexandreRouma
2025-08-14 22:18:41 -04:00
parent 4558e73be5
commit 8b8eda301b
11 changed files with 148 additions and 52 deletions

View File

@@ -46,6 +46,16 @@ make -j2
make install
cd ../../
# Install libhydrasdr
git clone https://github.com/hydrasdr/rfone_host
cd rfone_host
mkdir build
cd build
cmake ..
make -j2
make install
cd ../../
cd SDRPlusPlus
mkdir build
cd build