3 Commits

Author SHA1 Message Date
  Luigi F. Cruz 8fc83d6341 Change RTLSDR Airband branch. 6 months ago
  Luigi F. Cruz 901e09dadf Disable Quisk. 6 months ago
  Luigi F. Cruz 6ff587411a Patching dependencies. 6 months ago
4 changed files with 6 additions and 3 deletions
Split View
  1. +1
    -1
      stage4/09-pisdr-limesdr/00-packages-nr
  2. +1
    -1
      stage4/24-pisdr-rpitx/00-packages-nr
  3. +3
    -0
      stage4/26-pisdr-quisk/00-run.sh
  4. +1
    -1
      stage4/28-pisdr-airband/00-run.sh

+ 1
- 1
stage4/09-pisdr-limesdr/00-packages-nr View File

@@ -2,5 +2,5 @@ swig
libsqlite3-dev
libi2c-dev
libusb-1.0-0-dev
libwxgtk3.0-gtk3-dev
libwxgtk3.2-dev
freeglut3-dev

+ 1
- 1
stage4/24-pisdr-rpitx/00-packages-nr View File

@@ -10,7 +10,7 @@ liblqr-1-0
libmagickcore-6.q16-6
libmagickcore-6.q16-6-extra
libmagickwand-6.q16-6
libnetpbm10
libnetpbm11
libpng-dev
libwmf0.2-7
netpbm

+ 3
- 0
stage4/26-pisdr-quisk/00-run.sh View File

@@ -1,5 +1,8 @@
#!/bin/bash -e

# currently not compiling with Bookworm
exit

on_chroot << EOF
python3 -m pip install --upgrade quisk
EOF

+ 1
- 1
stage4/28-pisdr-airband/00-run.sh View File

@@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software"

if [ ! -d "RTLSDR-Airband" ]; then
git clone --depth 1 https://github.com/szpajder/RTLSDR-Airband.git
git clone --branch unstable --depth 1 https://github.com/szpajder/RTLSDR-Airband.git
fi

cd RTLSDR-Airband


Loading…
Cancel
Save