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, > > from the > site, http://gnuradio.org/redmine/projects/gnuradio/wiki/GNURadioCompanion > 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 > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
