Version 1/59
-
Next » -
Current version
Matt Ettus, 08/05/2006 09:06 pm
Building GNU Radio
The new Subversion repository simplifies a lot of the build system. You no longer need to go into the individual directories and compile separately.
The new Subversion repository simplifies a lot of the build system. You no longer need to go into the individual directories and compile separately.
To compile, there are now 4 steps:
{{{
./bootstrap
./configure
make
make install
}}}
To do a make install you may need to be root. Your computer may need to have other packages installed and/or compiled from source in order to build GNU Radio properly. Check the install page for your OS for more info.
Operating System Specific Instructions * [wiki:FC5Install Fedora Core 5] * [wiki:FC4Install Fedora Core 4] * [wiki:UbuntuInstall Ubuntu] * [wiki:DebianInstall Debian] * [wiki:MandrivaInstall Mandriva] * [wiki:WindowsInstall Windows] * [wiki:MacInstall Max OS X] Current Known Build Problems