Changes between Version 4 and Version 5 of Internal/BuildingGNURadioImage


Ignore:
Timestamp:
Dec 19, 2008, 9:01:48 PM (15 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/BuildingGNURadioImage

    v4 v5  
    4141yeilds a large download and a gnuradio directory. Hopefully with all the dep building of prior this should be a make / make install simple setup.
    4242
    43 First running ./bootstrap required automake, that we didn't have. After apt-getting the ''automake'' package and all its dependencies, ./bootstrap chugs along. ''' Note: this take a while, and throws a bunch of perl warnings'''
     43First running ./bootstrap required automake, that we didn't have. After apt-getting the ''automake'' package and all its dependencies, ./bootstrap chugs along. ''' Note: this take a while, and throws a bunch of perl warnings'''.
    4444
     45'''./configure ''' yeilds
     46{{{
     47*********************************************************************
     48The following GNU Radio components have been successfully configured:
    4549
     50config
     51omnithread
     52gnuradio-core
     53gr-audio-alsa
     54gr-audio-jack
     55gr-audio-oss
     56gr-audio-portaudio
     57gr-atsc
     58gr-gsm-fr-vocoder
     59gr-pager
     60gr-radio-astronomy
     61gr-trellis
     62gr-video-sdl
     63gr-wxgui
     64gnuradio-examples
     65
     66You my now run the make command to build these components.
     67
     68*********************************************************************
     69The following components were skipped either because you asked not
     70to build them or they didn't pass configuration checks:
     71
     72usrp
     73gr-usrp
     74gr-audio-osx
     75gr-audio-windows
     76gr-comedi
     77gr-gpio
     78gr-radar-mono
     79gr-sounder
     80gr-utils
     81
     82These components will not be built.
     83}}}
     84