Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
hms
/
pisdr-rpi-image
peilaus alkaen
https://github.com/luigifreitas/pisdr-image
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
14
Wiki
Toiminta
Selaa lähdekoodia
Add extra software.
tags/v4.0.0-beta.1
Luigi Freitas Cruz
4 vuotta sitten
vanhempi
790a4e7fb9
commit
c8964efac6
7 muutettua tiedostoa
jossa
94 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
builder/stage4/14-pisdr-cygnusrf/00-run.sh
+18
-0
builder/stage4/15-pisdr-rtl443/00-run.sh
+10
-0
builder/stage4/16-pisdr-virgo/00-run.sh
+2
-0
builder/stage4/17-pisdr-libacars/00-packages-nr
+18
-0
builder/stage4/17-pisdr-libacars/00-run.sh
+18
-0
builder/stage4/18-pisdr-acarsdec/00-run.sh
+18
-0
builder/stage4/19-pisdr-multimonng/00-run.sh
+ 10
- 0
builder/stage4/14-pisdr-cygnusrf/00-run.sh
Näytä tiedosto
@@ -0,0 +1,10 @@
#!/bin/bash -e
on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software"
if [ ! -d "CygnusRFI" ]; then
git clone https://github.com/0xCoto/CygnusRFI
fi
EOF
+ 18
- 0
builder/stage4/15-pisdr-rtl443/00-run.sh
Näytä tiedosto
@@ -0,0 +1,18 @@
#!/bin/bash -e
on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software"
if [ ! -d "rtl_433" ]; then
git clone https://github.com/merbanan/rtl_433.git
fi
cd rtl_433
git pull
mkdir -p build
cd build
cmake ../
make -j$(nproc) install
ldconfig
EOF
+ 10
- 0
builder/stage4/16-pisdr-virgo/00-run.sh
Näytä tiedosto
@@ -0,0 +1,10 @@
#!/bin/bash -e
on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software"
if [ ! -d "VIRGO" ]; then
https://github.com/0xCoto/VIRGO
fi
EOF
+ 2
- 0
builder/stage4/17-pisdr-libacars/00-packages-nr
Näytä tiedosto
@@ -0,0 +1,2 @@
zlib1g-dev
libxml2-dev
+ 18
- 0
builder/stage4/17-pisdr-libacars/00-run.sh
Näytä tiedosto
@@ -0,0 +1,18 @@
#!/bin/bash -e
on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software"
if [ ! -d "libacars" ]; then
git clone https://github.com/szpajder/libacars.git
fi
cd libacars
git pull
mkdir -p build
cd build
cmake ../
make -j$(nproc) install
ldconfig
EOF
+ 18
- 0
builder/stage4/18-pisdr-acarsdec/00-run.sh
Näytä tiedosto
@@ -0,0 +1,18 @@
#!/bin/bash -e
on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software"
if [ ! -d "acarsdec" ]; then
git clone https://github.com/TLeconte/acarsdec.git
fi
cd acarsdec
git pull
mkdir -p build
cd build
cmake ../
make -j$(nproc) install
ldconfig
EOF
+ 18
- 0
builder/stage4/19-pisdr-multimonng/00-run.sh
Näytä tiedosto
@@ -0,0 +1,18 @@
#!/bin/bash -e
on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software"
if [ ! -d "multimon-ng" ]; then
git clone https://github.com/EliasOenal/multimon-ng.git
fi
cd multimon-ng
git pull
mkdir -p build
cd build
cmake ../
make -j$(nproc) install
ldconfig
EOF
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna