@@ -0,0 +1,8 @@ | |||||
libfftw3-dev | |||||
libasound2-dev | |||||
portaudio19-dev | |||||
libpulse-dev | |||||
libgtk-3-dev | |||||
libcurl4-openssl-dev | |||||
libusb-1.0-0-dev | |||||
wiringpi |
@@ -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 |