« Previous -
Version 5/59
(diff) -
Next » -
Current version
Eric Blossom, 08/06/2006 01:03 am
a bit more commentary
The new Subversion repository simplifies a lot of the build system. You no longer need to go into the individual directories and compile separately.
This page assumes that you are building from code checked out from our subversion repository.
To checkout the latest code, enter this on the command line:
{{{
$ svn co http://gnuradio.utah.edu/svn/gnuradio/trunk gnuradio
}}}
First, ensure that you've fullfilled the dependencies specified in the top-level README.
Most systems come with our dependencies already packaged. You may need to install them off of your install CD/DVD or over the net. See below for Operating System specific notes.
To compile, there are 5 steps. Start by cd'ing to the gnuradio directory.
{{{
$ ./bootstrap
$ ./configure
$ make
$ make check
$ sudo make install
}}}
TicketQuery(component=build&