Changes between Version 10 and Version 11 of Internal/BuildingGNURadioImage
- Timestamp:
- Jan 28, 2009, 7:04:40 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/BuildingGNURadioImage
v10 v11 106 106 }}} 107 107 108 ---- 109 110 === 1/28/09 === 111 112 The saga continues... 113 114 The 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 }}}