Kaynağa Gözat

n1ai build fixes

pull/108/head
n1ai 3 ay önce
ebeveyn
işleme
4e10ddb3e3
4 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. +2
    -2
      stage4/11-pisdr-rtlsdr/00-run.sh
  2. +1
    -1
      stage4/14-pisdr-gnuradio-mod/02-run.sh
  3. +2
    -2
      stage4/29-pisdr-osmo-fl2k/00-run.sh
  4. +1
    -1
      stage4/32-pisdr-cyberether/00-run.sh

+ 2
- 2
stage4/11-pisdr-rtlsdr/00-run.sh Dosyayı Görüntüle

@@ -4,7 +4,7 @@ on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Radios"
cd "/home/${FIRST_USER_NAME}/PiSDR/Radios"

if [ ! -d "rtl-sdr" ]; then
if [ ! -d "rtl-sdr-blog" ]; then
git clone --depth 1 https://github.com/rtlsdrblog/rtl-sdr-blog.git
fi

@@ -16,4 +16,4 @@ ninja install
ldconfig
cd ..
rm -fr build
EOF
EOF

+ 1
- 1
stage4/14-pisdr-gnuradio-mod/02-run.sh Dosyayı Görüntüle

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

if [ ! -d "gr-osmosdr" ]; then
git clone --single-branch --branch master --depth 1 git://git.osmocom.org/gr-osmosdr
git clone --single-branch --branch master --depth 1 https://github.com/osmocom/gr-osmosdr.git
fi

cd gr-osmosdr


+ 2
- 2
stage4/29-pisdr-osmo-fl2k/00-run.sh Dosyayı Görüntüle

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

if [ ! -d "osmo-fl2k" ]; then
git clone --depth 1 git://git.osmocom.org/osmo-fl2k.git
git clone --depth 1 https://github.com/osmocom/osmo-fl2k.git
fi

cd osmo-fl2k
@@ -16,4 +16,4 @@ ninja install
ldconfig
cd ..
rm -fr build
EOF
EOF

+ 1
- 1
stage4/32-pisdr-cyberether/00-run.sh Dosyayı Görüntüle

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

if [ ! -d "CyberEther" ]; then
git clone --branch development --depth 1 https://github.com/luigifcruz/CyberEther.git
git clone --depth 1 https://github.com/luigifcruz/CyberEther.git
cd CyberEther
meson -Dbuildtype=debugoptimized build
cd build


Yükleniyor…
İptal
Kaydet