Changes between Version 10 and Version 11 of Internal/BuildingGNURadioImage


Ignore:
Timestamp:
Jan 28, 2009, 7:04:40 PM (15 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/BuildingGNURadioImage

    v10 v11  
    106106}}}
    107107
     108----
     109
     110=== 1/28/09 ===
     111
     112The saga continues...
     113
     114The make was actually successful. We ran make install intinally, but after consulting with the documentation the correct order of steps was:
     115{{{
     116$ ./bootstrap         # Do NOT perform this step if you are building from a tarball.
     117$ ./configure
     118$ make
     119$ make check
     120$ sudo make install
     121}}}