@@ -8,7 +8,7 @@ if [ ! -d "rtl-sdr" ]; then | |||||
git clone --depth 1 https://github.com/rtlsdrblog/rtl-sdr-blog.git | git clone --depth 1 https://github.com/rtlsdrblog/rtl-sdr-blog.git | ||||
fi | fi | ||||
cd rtl-sdr | |||||
cd rtl-sdr-blog | |||||
mkdir -p build | mkdir -p build | ||||
cd build | cd build | ||||
cmake -GNinja -DINSTALL_UDEV_RULES=ON -DDETACH_KERNEL_DRIVER=ON .. | cmake -GNinja -DINSTALL_UDEV_RULES=ON -DDETACH_KERNEL_DRIVER=ON .. | ||||
@@ -18,6 +18,7 @@ libqt5opengl5-dev | |||||
libcodec2-dev | libcodec2-dev | ||||
libsndfile1-dev | libsndfile1-dev | ||||
pybind11-dev | pybind11-dev | ||||
libspdlog-dev | |||||
gir1.2-gtk-3.0 | gir1.2-gtk-3.0 | ||||
swig | swig | ||||
@@ -35,4 +36,6 @@ python3-pip | |||||
python3-gi-cairo | python3-gi-cairo | ||||
python3-matplotlib | python3-matplotlib | ||||
python3-pygccxml | python3-pygccxml | ||||
python3-pyqtgraph | |||||
python3-pyqtgraph | |||||
python3-packaging | |||||
python3-jsonschema |
@@ -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 "gr-sdrplay3" ]; then | if [ ! -d "gr-sdrplay3" ]; then | ||||
git clone --single-branch --branch master --depth 1 https://github.com/fventuri/gr-sdrplay3.git | |||||
git clone --single-branch --branch main --depth 1 https://github.com/fventuri/gr-sdrplay3.git | |||||
fi | fi | ||||
cd gr-sdrplay3 | cd gr-sdrplay3 | ||||