DebianInstall
Version 8 (Johnathan Corgan, 05/24/2009 02:42 am)
| 1 | 1 | ||
|---|---|---|---|
| 2 | 8 | Johnathan Corgan | h2. Installing GNU Radio |
| 3 | 8 | Johnathan Corgan | |
| 4 | 8 | Johnathan Corgan | |
| 5 | 1 | The official Debian package repository has GNU Radio 3.0.2 available, though this is rather obsolete. |
|
| 6 | 1 | ||
| 7 | 8 | Johnathan Corgan | It is recommended that you [[BuildGuide|complete a source build] from the 32 stable series either through downloading a [[Release32Branch]]] tarball or using Subversion to check out the software from our subversion repository. |
| 8 | 1 | ||
| 9 | 1 | ||
| 10 | 8 | Johnathan Corgan | h2. Building from source |
| 11 | 1 | ||
| 12 | 1 | ||
| 13 | 8 | Johnathan Corgan | In the first place you should have a look at the README file for the current dependencies. _dpkg -l |grep <packagename>_ is your friend to see your current installed versions. |
| 14 | 3 | ||
| 15 | 8 | Johnathan Corgan | |
| 16 | 8 | Johnathan Corgan | h3. Resolving missing dependencies |
| 17 | 8 | Johnathan Corgan | |
| 18 | 8 | Johnathan Corgan | |
| 19 | 8 | Johnathan Corgan | If you get errors about missing programs/libraries or wrong versions, use the package management system like described above. To find the name of a package that provides a certain file use the "Debian package search page":http://www.debian.org/distrib/packages.en.html#search_contents. To get old versions of packages have a look at "If you want to build a recent svn snapshot of gnuradio you need wxgtk version 2.8 or later. |
| 20 | 5 | Martin Dvh | Debian Etch only has wxgtk version 2.6 which is not recent enough. |
| 21 | 5 | Martin Dvh | But you can install more recent wxgtk versions from the wxwidgets debian and ubuntu repository. |
| 22 | 5 | Martin Dvh | |
| 23 | 8 | Johnathan Corgan | See [http://wiki.wxpython.org/InstallingOnUbuntuOrDebian Installing wxgtk-2.8 on debian etch":http://snapshot.debian.net/]. |