3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/IPoverVHF/build_csdr.sh

6 lines
167 B
Bash
Raw Normal View History

#!/bin/bash -x
# Automate building of csdr library, which is used by rtl_fsk application
PIRIP_DIR=$(pwd)
git clone https://github.com/ha7ilm/csdr.git
cd csdr && make