Get csdr with improve arm detetection

pull/228/head
f5oeo 2020-11-03 14:10:20 +00:00
rodzic 0921665177
commit 054d1d31ab
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -8,8 +8,7 @@ sudo apt-get install -y imagemagick libfftw3-dev
#For rtl-sdr use
sudo apt-get install -y rtl-sdr buffer
# We use CSDR as a dsp for analogs modes thanks to HA7ILM
git clone https://github.com/simonyiszk/csdr
patch -i csdrpizero.diff csdr/Makefile
git clone https://github.com/F5OEO/csdr
cd csdr || exit
make && sudo make install
cd ../ || exit