gnuradio-for-mac-without-macports icon indicating copy to clipboard operation
gnuradio-for-mac-without-macports copied to clipboard

Add OOTM Steps to README.md

Open cfriedt opened this issue 8 years ago • 5 comments

Add all of the steps required to build out-of-tree modules to README.md. This will likely require splitting off part of run-grc into a sourceable environment (so that PYTHONPATH, DYLD_LIBRARY_PATH, etc, are extended).

cfriedt avatar Feb 22 '17 12:02 cfriedt

How do I do this?

dmitryshribak avatar Jun 29 '18 18:06 dmitryshribak

The key is to realize that most of GNURadio.app just relies on some external environment variables to work, for the most part.

Currently, most of those are defined in

  • /Applications/GNURadio.app/Contents/MacOS/usr/bin/run-grc, and
  • /Applications/GNURadio.app/Contents/MacOS/usr/bin/grenv.sh

You can view those FILEs with "less /Applications/GNURadio.app/Contents/MacOS/usr/bin/FILE" in your terminal.

Then, I would suggest you follow the out-of-tree-modules guide and include any additional steps you needed to do to get it working with GNURadio.app .

Thanks!

cfriedt avatar Jul 01 '18 12:07 cfriedt

Thank you, I will try!

On Jul 1, 2018, at 7:45 AM, Christopher Friedt <[email protected] mailto:[email protected]> wrote:

The key is to realize that most of GNURadio.app just relies on some external environment variables to work, for the most part.

Currently, most of those are defined in

/Applications/GNURadio.app/Contents/MacOS/usr/bin/run-grc, and /Applications/GNURadio.app/Contents/MacOS/usr/bin/grenv.sh You can view those files with "less /Applications/GNURadio.app/Contents/MacOS/usr/bin/" in your terminal.

Then, I would suggest you follow the out-of-tree-modules guide http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules and include any additional steps you needed to do to get it working with GNURadio.app .

Thanks!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cfriedt/gnuradio-for-mac-without-macports/issues/9#issuecomment-401604495, or mute the thread https://github.com/notifications/unsubscribe-auth/Ab6DWlBDXCxVX2NT3d-0ZzRiOUNbhTOWks5uCMR8gaJpZM4MIjzR.

dmitryshribak avatar Jul 01 '18 13:07 dmitryshribak

I am trying to install http://pavel-demin.github.io/red-pitaya-notes/sdr-transceiver/, and the dev says to run "export GRC_BLOCKS_PATH=." but I cannot find this file in the application. Do you know where it is?

dmitryshribak avatar Jul 02 '18 13:07 dmitryshribak

Probably something like

/Applications/GNURadio.app/share/gnuradio/grc/blocks

See https://github.com/BastilleResearch/gr-lora/wiki/Installation

cfriedt avatar Jul 11 '18 13:07 cfriedt