博文

目前显示的是 十一月, 2019的博文

Install gr-sdrplay on macOS

I attempted to install gr-sdrplay on MacOS. Here are some magic tricks to build and install. 1. Install GNURadio. 2. Follow the steps in SDRPlay official document to install dependencies via MacPort or Homebrew. 3. Fetch the source code in HB9FXQ's GitLab . 4. Modify CMakeLists.txt, include PMT in the link. Change set(GR_REQUIRED_COMPONENTS RUNTIME) to set(GR_REQUIRED_COMPONENTS RUNTIME PMT) 5. cmake, make and install. Enjoy it. Reference: 1. https://lists.gnu.org/archive/html/discuss-gnuradio/2014-04/msg00019.html