mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-18 22:32:44 +00:00
add hydrasdr support to all platforms EXCEPT Windows and remote debian buster CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user