gnuradio-for-mac-without-macports
gnuradio-for-mac-without-macports copied to clipboard
Add OOTM Steps to README.md
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).
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
- /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!
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.
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