discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] GNU Radio Companion now integrated into GNU Radio


From: Johnathan Corgan
Subject: [Discuss-gnuradio] GNU Radio Companion now integrated into GNU Radio
Date: Mon, 25 Aug 2008 23:44:24 -0700

The GNU Radio Companion ("GRC") is graphical tool that allows rapid
experimentation with and code generation of GNU Radio flow graphs.
Developed by Josh Blum and previously available as a separate
application, it has now been integrated into GNU Radio proper.  By
installing the trunk version of GNU Radio, you will also get GRC,
provided you have the necessary prerequisites already installed on
your system.

In addition to the usual GNU Radio prerequisites, GRC requires
installation of the Python Cheetah template library
("python-cheetah"), the Python wrappers around libxml and libxslt
("python-lxml"), the Python wrappers around GTK2 ("python-gtk2"), and
doxygen.  See http://gnuradio.org/trac/wiki/GNURadioCompanion#Requirements
for more details.

To enable the documentation inside GRC, use the --enable-doxygen
option when invoking 'configure' in the standard build sequence:

$ ./bootstrap
$ ./configure --enable-doxygen (..and whatever else you might use here...)
$ make
$ make check
$ sudo make install

Then:

$ grc

GRC will become part of release 3.2. The Wiki page for GRC is:

http://gnuradio.org/trac/wiki/GNURadioCompanion

Thanks, Josh!

-- 
Johnathan Corgan
Corgan Enterprises LLC
http://corganenterprises.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]