Changes between Version 21 and Version 22 of BaseInstall
- Timestamp:
- Apr 28, 2009, 4:14:10 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BaseInstall
v21 v22 11 11 }}} 12 12 13 Now, configure, compile, and install Ariba (if not all libraries needed by Ariba are available on your system, read the section 'Prequisites'). If no {{{configure}}} script is available (e.g. the case in svn versions), run the {{{./bootstrap}}} script first.:13 Now, configure, compile, and install Ariba (if not all libraries needed by Ariba are available on your system, read the section 'Prequisites'). If no {{{configure}}} script is available (e.g. when you checked out an svn version), run the {{{./bootstrap}}} script first.: 14 14 {{{ 15 15 > ./configure … … 142 142 Next, start the {{{INET}}} binary in the {{{etc/simulation/omnet3}}}. This will start up the simulation that contains 3 router and 15 nodes that have Ariba nodes with the !PingPong application on it. 143 143 144 * {{{--enable-simulation=yes}}} - for building for simulation integration 145 144 146 COMMENT_END 145 147 }}} 146 148 147 == Overview of special {{{configure}}} options ==149 === Overview of special {{{configure}}} options == = 148 150 149 151 There are several options to {{{configure}}} that are specific to Ariba: 150 152 151 153 * {{{--enable-debug=yes}}} - for building a debug build 152 * {{{--enable-simulation=yes}}} - for building for simulation integration153 154 * {{{--enable-profiling=yes}}} - for profiling with gprof 154 155 * {{{--enable-logcolors=yes}}} - for colorful logging output