This website works better with JavaScript.
Home
Help
Sign In
hms
/
pisdr-rpi-image
mirror of
https://github.com/luigifreitas/pisdr-image
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
14
Wiki
Activity
Browse Source
wdsp+pihpsdr first attempt.
pull/35/head
pa3gsb
4 years ago
parent
771599cf93
commit
439e087cbc
2 changed files
with
31 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
builder/stage4/50-pisdr-pihpsdr/00-packages-nr
+23
-0
builder/stage4/50-pisdr-pihpsdr/00-run.sh
+ 8
- 0
builder/stage4/50-pisdr-pihpsdr/00-packages-nr
View 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
View 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
Write
Preview
Loading…
Cancel
Save