discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Documentation


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Documentation
Date: Fri, 10 Dec 2004 09:21:42 -0800
User-agent: Mutt/1.5.6i

On Fri, Dec 10, 2004 at 10:13:48AM -0300, Diogo Barros wrote:
> 
>    I sorry about the silly question, but I'm having
> troubles trying to access the documentation at the cvs
> repository (ie. gnuradio/docs/howto-write-a-block) I
> only see a .xml file and when I click on it with my
> browser (firefox) I only see the source code. Witch
> program should I use to see this docs?

I've moved "howto-write-a-block" to it's own module.
I wanted to develop it together with a set of tarballs containing the
examples and build tree.  There are makefiles that will build the
docs.  They use "xmlto"

It's in CVS on savannah with the name gr-howto-write-a-block

>    I having troubles trying to compile gnuradio from
> the files I get from cvs repository (I did it easily
> with the .tar.gz files I had downloaded before), but
> to tell the truth I have just start trying so I will
> keep reading the readme files and if I still can't
> compile I write another mail. 

If you've got all the dependencies satisfied, this sequence should
build gnuradio-core from CVS:

  $ cd <path-to-gnuradio-core>
  $ ./bootstrap
  $ ./configure --enable-maintainer-mode
  $ make
  $ make check
  $ sudo make install

>    tk's for the help.
> 
>    Diogo Barros

Eric




reply via email to

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