2022-10-01 15:05:15

This commit is contained in:
henk
2022-10-01 15:05:15 +02:00
parent 71c46138d0
commit 8703385088
2 changed files with 74 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
apt-get install build-essential cmake pkg-config libmp3lame-dev libshout3-dev libconfig++-dev -y
apt-get install libfftw3-dev librtlsdr-dev libpulse-dev -y
cd
git clone https://github.com/szpajder/RTLSDR-Airband.git
cd RTLSDR-Airband
mkdir build
cd build
# dit is op een PI4 platform aanpassen naar eigen pi etc
cmake -DPLATFORM=armv8-generic -DSOAPYSDR=OFF -DNFM=ON ../
make install