Johan 1 anno fa
committed by GitHub
parent
commit
720e073eb1
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
2 ha cambiato i file con 31 aggiunte e 0 eliminazioni
  1. +8
    -0
      builder/stage4/50-pisdr-pihpsdr/00-packages-nr
  2. +23
    -0
      builder/stage4/50-pisdr-pihpsdr/00-run.sh

+ 8
- 0
builder/stage4/50-pisdr-pihpsdr/00-packages-nr Vedi File

@@ -0,0 +1,8 @@
libfftw3-dev
libasound2-dev
portaudio19-dev
libpulse-dev
libgtk-3-dev
libcurl4-openssl-dev
libusb-1.0-0-dev
wiringpi

+ 23
- 0
builder/stage4/50-pisdr-pihpsdr/00-run.sh Vedi File

@@ -0,0 +1,23 @@
#!/bin/bash -e

on_chroot << EOF

mkdir hpsdr
cd hpsdr
git clone https://github.com/g0orx/wdsp

cd wdsp
make
make install
ldconfig

cd ..
git clone https://github.com/g0orx/pihpsdr
cd pihpsdr

make
chown root pihpsdr
chmod u+s pihpsdr
cp relase/pihpsdr/hpsdr.png .

EOF

Caricamento…
Annulla
Salva