discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Gnuradio-Companion Documentation.


From: Kevin
Subject: Re: [Discuss-gnuradio] Gnuradio-Companion Documentation.
Date: Wed, 18 Sep 2013 14:13:03 -0500

Hello, 

I built Gnuradio using
$ wget http://www.sbrac.org/files/build-gnuradio && chmod a+x ./build-gnuradio && ./build-gnuradio
Which means I don't need to worry about this?
./configure --enable-doxygen
make
sudo make install


On Wed, Sep 18, 2013 at 1:49 PM, M Dammer <address@hidden> wrote:
Kevin, are you building gnuradio via PyBombs ? In this case you must have doxygen installed on your system. Then you have to edit the build recipe for gnuradio to enable doxygen:
open the file gnuradio.lwr in your pybombs/recipes folder.
in the line starting with var config_opt change -DENABLE_DOXYGEN=OFF to -DENABLE_DOXYGEN=ON
then do start the gnuradio build:
./pybombs install gnuradio        -this will do a complete rebuild including fetching from git
./pybombs rb gnuradio              -this command just rebuilds gnuradio (with docs) without refetching (much faster)



On 18/09/13 18:06, Kevin wrote:
Morning,

There is the section,
Can anybody tell me how to install it and which folder I should be at?

Thanks

Installing Documentation

To view the blocks' documentation from inside GRC, install doxygen and configure gnuradio with doxygen support:

./configure --enable-doxygen
make
sudo make install


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

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