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

评论

此博客中的热门博文

macOS安装配置libnfc小记

一点经验教训:RecyclerView的Adapter中getItemCount()不起作用的原因