1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-21 12:26:34 -04:00
sdrangel/cmake/ci/build_sdrplay.sh
2024-06-16 03:17:56 +02:00

9 lines
215 B
Bash

cd $HOME
mkdir -p external && cd external
mkdir -p sdrplayapi && cd sdrplayapi
git clone https://github.com/srcejon/sdrplayapi.git
cd sdrplayapi
sed -i s/more\ -d/cat/ install_lib.sh
sudo yes | bash install_lib.sh