Gentoo Linux installation instructions

Firstly emerge the packages that gnuradio depends on.

$ emerge swig fftw cppunit boost alsa-lib sdcc guile wxpython xmlto numpy

Next download a release tarball or the source from SVN and perform the standard build and install procedure. Add "--prefix=/usr/" to the ./configure command to install the components to the correct location for Gentoo.

$ ./bootstrap
$ ./configure --prefix=/usr/
$ make
$ make check
$ make install

After these simple steps you should have a working GNU Radio install on your Gentoo system.