Robert X. Seger

Results 25 issues of Robert X. Seger

https://github.com/dholm/homebrew-sdr

GNU Radio has its own bundle system, Python Build Overlay Managed Bundle System: https://github.com/gnuradio/pybombs - should try it out and investigate how it compares versus these Homebrew formulae. Does it...

This manual step is needed to install the Cheetah egg from Python: ``` sh pip install Cheetah ``` because I can't figure out how to add it as a dependency...

gnuradio and librtlsdr are in [homebrew-core](https://github.com/homebrew/homebrew-core), would be ideal if these could be upstreamed, too (at least gr-osmosdr, which depends on gr-baz), so this separate tap is not needed. Need...

When `.gnuradio/config.conf` is configured with the local path gr-baz installs to: ``` [grc] local_blocks_path=/usr/local/share/gnuradio/grc/blocks ``` then gnuradio-companion complains about blocks that already exist in the "stock" GNU Radio distribution: ```...