Changes between Initial Version and Version 1 of Documentation/dSDR/GNURadio/Installation31Debian


Ignore:
Timestamp:
Jan 15, 2010, 5:06:08 PM (14 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/dSDR/GNURadio/Installation31Debian

    v1 v1  
     1= Installation of GNU radio software on a orbit node with the baseline.ndz image: =
     2
     3=== Binary Packages ===
     4
     5Baseline.ndz installs a slimed version of Debian, for image speed. There is a binary package of GNU radio in the Debian repository, but it
     6is 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
     7maintained 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}}}
     17It 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 ===