| | 1 | = Installation of GNU radio software on a orbit node with the baseline.ndz image: = |
| | 2 | |
| | 3 | === Binary Packages === |
| | 4 | |
| | 5 | Baseline.ndz installs a slimed version of Debian, for image speed. There is a binary package of GNU radio in the Debian repository, but it |
| | 6 | is very old and not maintained. The package that is now being maintained is made for Ubuntu 9.04. Its not part of the Ubuntu repository. It is |
| | 7 | maintained by gnuraido.org, if you want to install it you will need to add their repository to your list of sources |
| | 8 | ([http://www.mepis.org/node/569 explanation]). The paths are: |
| | 9 | {{{ |
| | 10 | Stable release branch: |
| | 11 | deb http://gnuradio.org/ubuntu stable main |
| | 12 | deb-src http://gnuradio.org/ubuntu stable main |
| | 13 | Unstable development branch: |
| | 14 | deb http://gnuradio.org/ubuntu unstable main |
| | 15 | deb-src http://gnuradio.org/ubuntu unstable main |
| | 16 | }}} |
| | 17 | It should be noted that these packages are for Ubuntu. Although they might install on baseline image, the probably won't work correctly. |
| | 18 | |
| | 19 | === Building from sources === |