diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-14 08:59:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-14 08:59:34 +0700 |
commit | 5fef06cc0517d4591d0303e3a5b9f11160f76be0 (patch) | |
tree | ae309fa3f6e4f1f3d59299eefc6f07551057af6a /development/gnuradio | |
parent | a17ba83f716d5eb2b204171f759d12d8ec335661 (diff) |
development/gnuradio: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gnuradio')
-rw-r--r-- | development/gnuradio/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/gnuradio/README b/development/gnuradio/README index 01547382b5379..f263aa72898a0 100644 --- a/development/gnuradio/README +++ b/development/gnuradio/README @@ -9,7 +9,7 @@ research and real-world radio systems. 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. +python3-lxml and numpy and then qwt for qtgui or wxPython for wxgui. Optional dependencies: uhd, cppunit, gsl, orc, jack, portaudio, SDL2, and Sphinx (the last is to generate additional docs). |