HAMcast developers

Changes between Version 2 and Version 3 of documentation/tools/img


Ignore:
Timestamp:
02/14/12 08:59:12 (12 years ago)
Author:
Sebastian Meiling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/tools/img

    v2 v3  
    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 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     img [OPTION]...
     45  img [OPTION]...
    4646}}}
    4747
     
    8181    Without CONFIG file:
    8282{{{
    83             ./img -g ip://239.238.237.236:1234 -d 1 -u 2
     83  ./img -g ip://239.238.237.236:1234 -d 1 -u 2
    8484}}}
    8585    With CONFIG file:
    8686{{{
    87             ./img -f img.cfg -d 1 -u 2
     87  ./img -f img.cfg -d 1 -u 2
    8888}}}
    8989