-
Notifications
You must be signed in to change notification settings - Fork 44
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
Comments
How do I do this? |
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
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! |
Thank you, I will try!
… On Jul 1, 2018, at 7:45 AM, Christopher Friedt ***@***.*** ***@***.***>> 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 <#9 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/Ab6DWlBDXCxVX2NT3d-0ZzRiOUNbhTOWks5uCMR8gaJpZM4MIjzR>.
|
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? |
Probably something like /Applications/GNURadio.app/share/gnuradio/grc/blocks See https://github.com/BastilleResearch/gr-lora/wiki/Installation |
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).
The text was updated successfully, but these errors were encountered: