Browse Source

add hamlib support

pull/39/head
Luigi Cruz 4 years ago
parent
commit
7a6b7c7305
2 changed files with 16 additions and 0 deletions
  1. +16
    -0
      builder/stage4/21-pisdr-hamlib/00-run.sh
  2. +0
    -0
      builder/stage4/29-pisdr-leandvb/00-run.sh

+ 16
- 0
builder/stage4/21-pisdr-hamlib/00-run.sh View File

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

on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software"

if [ ! -d "Hamlib" ]; then
git clone https://github.com/Hamlib/Hamlib.git
fi

cd Hamlib
./bootstrap
./configure --with-python-binding
make -j$(nproc)
ldconfig
EOF

builder/stage4/21-pisdr-leandvb/00-run.sh → builder/stage4/29-pisdr-leandvb/00-run.sh View File


Loading…
Cancel
Save