HAMcast developers

Changes between Version 5 and Version 6 of documentation/tools/hcstatus


Ignore:
Timestamp:
02/14/12 09:00:12 (12 years ago)
Author:
Sebastian Meiling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/tools/hcstatus

    v5 v6  
    2020    and run:
    2121{{{
    22         cmake ../
     22  cmake ../
    2323}}}
    2424    if you have not install libhamcast to standard directories, run:
    2525{{{
    26         cmake -DHAMCAST_INCLUDE_PATH=<path-to-headers> \
    27               -DHAMCAST_LIBRARY_PATH=<path-to-libhamcast> ../
     26  cmake -DHAMCAST_INCLUDE_PATH=<path-to-headers> \
     27        -DHAMCAST_LIBRARY_PATH=<path-to-libhamcast> ../
    2828}}}
    2929    'path-to-headers' is the absolute path where 'hamcast/hamcast.hpp' can
     
    3232    This will initialize the build environment, if no errors occure run:
    3333{{{
    34         make
     34  make
    3535}}}
    3636    If build was successful you find the binary in 'build' folder.
     
    4343
    4444{{{
    45     hc_status [GROUPS]...
     45  hc_status [GROUPS]...
    4646}}}
    4747
     
    6464    Without args:   
    6565{{{
    66 ./hc_status
     66  ./hc_status
    6767}}}
    6868    With args:     
    6969{{{
    70 ./hc_status ip://239.238.237.236:1234 ip://239.1.2.3:7890
     70  ./hc_status ip://239.238.237.236:1234 ip://239.1.2.3:7890
    7171}}}
    7272
     
    8585
    8686    LD_LIBRARY_PATH must be set if libhamcast is not installed into
    87     standard directories, e.g. /usr/lib.
     87    standard directories, e.g. {{{/usr/lib}}}.