@@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" | |||||
cd "/home/${FIRST_USER_NAME}/PiSDR/Software" | cd "/home/${FIRST_USER_NAME}/PiSDR/Software" | ||||
if [ ! -d "uhd" ]; then | if [ ! -d "uhd" ]; then | ||||
git clone --single-branch --branch UHD-3.15.LTS --depth 1 https://github.com/EttusResearch/uhd.git | |||||
git clone --single-branch --branch UHD-4.4 --depth 1 https://github.com/EttusResearch/uhd.git | |||||
fi | fi | ||||
cd uhd/host | cd uhd/host | ||||
@@ -5,4 +5,5 @@ libcdk5-dev | |||||
libaio-dev | libaio-dev | ||||
libusb-1.0-0-dev | libusb-1.0-0-dev | ||||
libserialport-dev | libserialport-dev | ||||
libavahi-client-dev | |||||
libavahi-client-dev | |||||
libzstd-dev |
@@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Radios" | |||||
cd "/home/${FIRST_USER_NAME}/PiSDR/Radios" | cd "/home/${FIRST_USER_NAME}/PiSDR/Radios" | ||||
if [ ! -d "libiio" ]; then | if [ ! -d "libiio" ]; then | ||||
git clone --depth 1 https://github.com/analogdevicesinc/libiio | |||||
git clone --depth 1 --branch libiio-v0 https://github.com/analogdevicesinc/libiio | |||||
fi | fi | ||||
cd libiio | cd libiio | ||||
@@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Radios" | |||||
cd "/home/${FIRST_USER_NAME}/PiSDR/Radios" | cd "/home/${FIRST_USER_NAME}/PiSDR/Radios" | ||||
if [ ! -d "libad9361-iio" ]; then | if [ ! -d "libad9361-iio" ]; then | ||||
git clone --depth 1 https://github.com/analogdevicesinc/libad9361-iio | |||||
git clone --depth 1 --branch v0.3 https://github.com/analogdevicesinc/libad9361-iio | |||||
fi | fi | ||||
cd libad9361-iio | cd libad9361-iio | ||||
@@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Radios" | |||||
cd "/home/${FIRST_USER_NAME}/PiSDR/Radios" | cd "/home/${FIRST_USER_NAME}/PiSDR/Radios" | ||||
if [ ! -d "rtl-sdr" ]; then | if [ ! -d "rtl-sdr" ]; then | ||||
git clone --depth 1 https://github.com/osmocom/rtl-sdr | |||||
git clone --depth 1 https://github.com/rtlsdrblog/rtl-sdr-blog.git | |||||
fi | fi | ||||
cd rtl-sdr | cd rtl-sdr | ||||
@@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Radios" | |||||
cd "/home/${FIRST_USER_NAME}/PiSDR/Radios" | cd "/home/${FIRST_USER_NAME}/PiSDR/Radios" | ||||
if [ ! -d "hackrf" ]; then | if [ ! -d "hackrf" ]; then | ||||
git clone https://github.com/mossmann/hackrf.git | |||||
git clone --depth 1 https://github.com/mossmann/hackrf.git | |||||
fi | fi | ||||
cd hackrf/host | cd hackrf/host | ||||
@@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" | |||||
cd "/home/${FIRST_USER_NAME}/PiSDR/Software" | cd "/home/${FIRST_USER_NAME}/PiSDR/Software" | ||||
if [ ! -d "volk" ]; then | if [ ! -d "volk" ]; then | ||||
git clone --single-branch --branch v2.5.0 --depth 1 --recurse-submodules --shallow-submodules https://github.com/gnuradio/volk.git | |||||
git clone --single-branch --branch v3.0.0 --depth 1 --recurse-submodules --shallow-submodules https://github.com/gnuradio/volk.git | |||||
fi | fi | ||||
cd volk | cd volk | ||||
@@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" | |||||
cd "/home/${FIRST_USER_NAME}/PiSDR/Software" | cd "/home/${FIRST_USER_NAME}/PiSDR/Software" | ||||
if [ ! -d "gnuradio" ]; then | if [ ! -d "gnuradio" ]; then | ||||
git clone --single-branch --branch maint-3.9 --depth 1 --recurse-submodules --shallow-submodules https://github.com/gnuradio/gnuradio.git | |||||
git clone --single-branch --branch maint-3.10 --depth 1 --recurse-submodules --shallow-submodules https://github.com/gnuradio/gnuradio.git | |||||
fi | fi | ||||
cd gnuradio | cd gnuradio | ||||
@@ -1,5 +1,8 @@ | |||||
#!/bin/bash -e | #!/bin/bash -e | ||||
# gr-limesdr doesn't have a stable package for GR3.10 | |||||
exit | |||||
on_chroot << EOF | on_chroot << EOF | ||||
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" | mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" | ||||
cd "/home/${FIRST_USER_NAME}/PiSDR/Software" | cd "/home/${FIRST_USER_NAME}/PiSDR/Software" | ||||
@@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" | |||||
cd "/home/${FIRST_USER_NAME}/PiSDR/Software" | cd "/home/${FIRST_USER_NAME}/PiSDR/Software" | ||||
if [ ! -d "sdrangel" ]; then | if [ ! -d "sdrangel" ]; then | ||||
git clone --depth 1 --branch v6.5.5 https://github.com/f4exb/sdrangel.git | |||||
git clone --depth 1 --branch v7.15.3 https://github.com/f4exb/sdrangel.git | |||||
fi | fi | ||||
cd sdrangel | cd sdrangel | ||||