# hackrf brew install dfu-util hackrf # gqrx brew cask install gqrx brew cask install cubicsdr brew cask install sdr brew cask install cutesdr # quisk (as of version 4.1.53 on 3/30/2020) brew install portaudio pulseaudio pip3 install --upgrade pip setuptools wxPython pyserial env ARCHFLAGS="-arch x86_64" CFLAGS="-D USE_MACPORTS" pip3 install quisk # pihpsdr (as of v2.0.0-rc9 on 2020/04/01) git clone git@github.com:g0orx/wdsp.git make -f Makefile.mac install popd git clone git@github.com:g0orx/pihpsdr.git pushd pihpsdr make -f Makefile.mac install popd # ghpsdr3 (incomplete) # brew install codec2 pulseaudio jack libconfig libusb libevent ortp # ln -s /usr/local/Cellar/libusb/1.0.22/include/libusb-1.0/libusb.h /usr/local/include/libusb.h # export LDFLAGS="-L/usr/local/opt/openssl/lib" # export CPPFLAGS="-I/usr/local/opt/openssl/include" # export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig" # git clone https://github.com/alexlee188/ghpsdr3-alex.git # cd ghpsdr3-alex # autoreconf -vif # ./configure # brew services start jack # brew services start pulseaudio brew install gnuradio gr-osmosdr # kalibrate-hackrf brew install fftw hackrf libtool autoconf automake pkg-config git clone https://github.com/scateu/kalibrate-hackrf.git pushd kalibrate-hackrf ./bootstrap popd