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

9 lines
215 B
Bash
Raw Normal View History

cd $HOME
mkdir -p external && cd external
mkdir -p sdrplayapi && cd sdrplayapi
git clone https://github.com/srcejon/sdrplayapi.git
cd sdrplayapi
2024-06-15 21:17:56 -04:00
sed -i s/more\ -d/cat/ install_lib.sh
2024-02-18 16:30:29 -05:00
sudo yes | bash install_lib.sh