Changes between Version 5 and Version 6 of CORNET/HowToUseCORNET

Show
Ignore:
Timestamp:
07/12/11 11:40:31 (13 years ago)
Author:
drdepoy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CORNET/HowToUseCORNET

    v5 v6  
    120120=== Using OSSIE with CORNET === 
    121121 
    122 In order to place custom OSSIE waveforms and components on the nodes, first follow the above procedures to copy the needed directories to your CORNET user directory.  When finished, ssh into a node and browse to your user directory.  In order for OSSIE and ALF to recognize your components, they must be installed to the node.  To install a component or waveform, simply enter the component or waveform directory and issue the following commands: 
     122In order to place custom OSSIE waveforms and components on the nodes, first follow the above procedures to copy the needed directories to your CORNET user directory.  When finished, ssh into a node and browse to your user directory.  In order for OSSIE and ALF to recognize your components, they must be installed to the node.  To install a component or waveform, simply enter the component or waveform directory and issue the following commands.  Only waveforms and components developed using OSSIE 0.8.0 and later are supported: 
    123123 
    124124{{{ 
     125# sudo ./reconf <- Only needed if using a different version of OSSIE than 0.8.1 
     126# sudo ./configure 
    125127# make 
    126128# sudo make install