Changes between Version 29 and Version 30 of BaseInstall


Ignore:
Timestamp:
Feb 4, 2010, 1:53:59 PM (14 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BaseInstall

    v29 v30  
    4848== Running the !PingPong Sample ==
    4949
    50 The !PingPong binary {{{pingpong}}} is installed in {{{build/bin}}}. It has one parameter, a configuration file. You can find sample configuration files in the {{{etc/pingpongconfig}}} folder. Three configuration files are provided. You can start the initiator as follows:
     50The !PingPong binary {{{pingpong}}} is installed in {{{build/bin}}}. It has one parameter, a configuration file. You can find sample configuration files in the {{{etc/pingpongconfig}}} folder. If no configuration file is given, the node will randomly select its NodeID but will not find other nodes. This is because bootstrap modules are selected in the configuration file.
    5151
    5252{{{
    53 > ./pingpong ../../etc/pingpongconfig/settings_initiator.cnf
     53> ./pingpong ../../etc/pingpong/settings_node1.cnf
    5454}}}
    5555
    56 If this will fail to find the {{{libariba}}} you may have to set the {{{LD_LIBRARY_PATH}}} correctly:
     56If this will fail to find the {{{libariba}}} you may have to set the {{{LD_LIBRARY_PATH}}} correctly in your current terminal, or better add it to your {{{.bashrc}}}
    5757{{{
    5858> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/user/ariba/build/lib
     
    7474}}}
    7575and then build using bjam as described in {{{http://www.boost.org/doc/libs/1_38_0/more/getting_started/unix-variants.html}}}.
     76
    7677
    7778