Changes between Version 16 and Version 17 of GEC17Agenda/GettingStartedWithGENI_I/Procedure/Execute


Ignore:
Timestamp:
07/12/13 19:25:06 (11 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC17Agenda/GettingStartedWithGENI_I/Procedure/Execute

    v16 v17  
    8484tar xvfz pingPlus-0.2.tar.gz
    8585}}}
     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{{{
     100apt-get update
     101apt-get install build-essential
     102}}}
    86103 3. Compile the pingPlus software.
    87 {{{
    88 #!html
    89 <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 update
    95 apt-get install build-essential</pre></td>
    96                    
    97         </tr>
    98 </table>
    99 }}}
    100104{{{
    101105cd pingPlus-0.2