Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OOTM Steps to README.md #9

Open
cfriedt opened this issue Feb 22, 2017 · 5 comments
Open

Add OOTM Steps to README.md #9

cfriedt opened this issue Feb 22, 2017 · 5 comments

Comments

@cfriedt
Copy link
Collaborator

cfriedt commented Feb 22, 2017

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).

@dmitryshribak
Copy link

How do I do this?

@cfriedt
Copy link
Collaborator Author

cfriedt commented Jul 1, 2018

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!

@dmitryshribak
Copy link

dmitryshribak commented Jul 1, 2018 via email

@dmitryshribak
Copy link

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?

@cfriedt
Copy link
Collaborator Author

cfriedt commented Jul 11, 2018

Probably something like

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants