Changes between Version 4 and Version 5 of Internal/BuildingGNURadioImage
- Timestamp:
- Dec 19, 2008, 9:01:48 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/BuildingGNURadioImage
v4 v5 41 41 yeilds a large download and a gnuradio directory. Hopefully with all the dep building of prior this should be a make / make install simple setup. 42 42 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''' 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'''. 44 44 45 '''./configure ''' yeilds 46 {{{ 47 ********************************************************************* 48 The following GNU Radio components have been successfully configured: 45 49 50 config 51 omnithread 52 gnuradio-core 53 gr-audio-alsa 54 gr-audio-jack 55 gr-audio-oss 56 gr-audio-portaudio 57 gr-atsc 58 gr-gsm-fr-vocoder 59 gr-pager 60 gr-radio-astronomy 61 gr-trellis 62 gr-video-sdl 63 gr-wxgui 64 gnuradio-examples 65 66 You my now run the make command to build these components. 67 68 ********************************************************************* 69 The following components were skipped either because you asked not 70 to build them or they didn't pass configuration checks: 71 72 usrp 73 gr-usrp 74 gr-audio-osx 75 gr-audio-windows 76 gr-comedi 77 gr-gpio 78 gr-radar-mono 79 gr-sounder 80 gr-utils 81 82 These components will not be built. 83 }}} 84