« Previous -
Version 5/10
(diff) -
Next » -
Current version
Daniel Bovensiepen, 07/10/2010 10:56 pm
gsl was missing as a dependency
Gentoo Linux installation instructions¶
Firstly emerge the packages that gnuradio depends on.
$ emerge swig fftw cppunit boost alsa-lib sdcc guile wxpython xmlto numpy gsl
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.