Changes between Version 16 and Version 17 of GEC17Agenda/GettingStartedWithGENI_I/Procedure/Execute
- Timestamp:
- 07/12/13 19:25:06 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GEC17Agenda/GettingStartedWithGENI_I/Procedure/Execute
v16 v17 84 84 tar xvfz pingPlus-0.2.tar.gz 85 85 }}} 86 3. If you are using an ExoGENI rack, first install the compiler. 87 #!html 88 <table id="Table_03" border="0" cellpadding="5" cellspacing="0"> 89 <tr> 90 <td> 91 <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/exogeni-logo.png?format=raw" width="50" height="50" alt="ExoGENI"> 92 </td> 93 <td>If you are using an ExoGENI rack, first install the compiler.</td> 94 95 </tr> 96 </table> 97 }}} 98 99 {{{ 100 apt-get update 101 apt-get install build-essential 102 }}} 86 103 3. Compile the pingPlus software. 87 {{{88 #!html89 <table id="Table_03" border="0" cellpadding="5" cellspacing="0">90 <tr>91 <td>92 <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/exogeni-logo.png?format=raw" width="50" height="50" alt="ExoGENI">93 </td>94 <td>If you are using an ExoGENI rack, first install the compiler <pre>apt-get update95 apt-get install build-essential</pre></td>96 97 </tr>98 </table>99 }}}100 104 {{{ 101 105 cd pingPlus-0.2