File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 9797 run : rm -f /usr/local/bin/2to3* /usr/local/bin/idle3* /usr/local/bin/pydoc3* /usr/local/bin/python3* /usr/local/bin/python3-config* && brew reinstall gettext
9898
9999 - name : Install dependencies
100- run : brew install pkg-config libusb fftw glfw airspy airspyhf portaudio hackrf rtl-sdr libbladerf codec2 zstd && pip3 install mako
100+ run : brew install pkg-config libusb fftw glfw airspy airspyhf portaudio hackrf rtl-sdr libbladerf codec2 zstd autoconf && pip3 install mako
101101
102102 - name : Install volk
103103 run : git clone --recursive https://github.com/gnuradio/volk && cd volk && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j3 && sudo make install && cd ../../
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ bundle_install_binary $BUNDLE $BUNDLE/Contents/Plugins $BUILD_DIR/source_modules
3838bundle_install_binary $BUNDLE $BUNDLE /Contents/Plugins $BUILD_DIR /source_modules/hackrf_source/hackrf_source.dylib
3939bundle_install_binary $BUNDLE $BUNDLE /Contents/Plugins $BUILD_DIR /source_modules/hermes_source/hermes_source.dylib
4040bundle_install_binary $BUNDLE $BUNDLE /Contents/Plugins $BUILD_DIR /source_modules/limesdr_source/limesdr_source.dylib
41+ bundle_install_binary $BUNDLE $BUNDLE /Contents/Plugins $BUILD_DIR /source_modules/perseus_source/perseus_source.dylib
4142bundle_install_binary $BUNDLE $BUNDLE /Contents/Plugins $BUILD_DIR /source_modules/plutosdr_source/plutosdr_source.dylib
4243bundle_install_binary $BUNDLE $BUNDLE /Contents/Plugins $BUILD_DIR /source_modules/rfspace_source/rfspace_source.dylib
4344bundle_install_binary $BUNDLE $BUNDLE /Contents/Plugins $BUILD_DIR /source_modules/rtl_sdr_source/rtl_sdr_source.dylib
You can’t perform that action at this time.
0 commit comments