3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-30 23:02:18 +00:00
Brooklyn/IPoverVHF/build_csdr.sh

6 lines
167 B
Bash

#!/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