diff options
Diffstat (limited to 'development/gnuradio/README')
-rw-r--r-- | development/gnuradio/README | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/development/gnuradio/README b/development/gnuradio/README index 9ac01a083a..b877dae7cc 100644 --- a/development/gnuradio/README +++ b/development/gnuradio/README @@ -6,5 +6,10 @@ simulation-like environment. It is widely used in hobbyist, academic and commercial environments to support both wireless communications research and real-world radio systems. -uhd, cppunit, gsl, lxml, numpy, orc, qwt, wxPython and Sphinx -(this last to generate additional docs) are optional dependencies. +If you want to enable gnuradio-companion (GNU Radio Companion *GRC* +is a graphical tool for creating signal flow graphs and generating +flow-graph source code), you must install at least: +lxml and numpy and then qwt for qtgui or wxPython for wxgui. + +Optional dependencies: uhd, cppunit, gsl, orc, jack-audio-connection-kit, portaudio, +SDL2, and Sphinx (the last is to generate additional docs). |