HAMcast developers

Changes between Version 15 and Version 16 of documentation/howto/cmake


Ignore:
Timestamp:
02/09/12 10:02:15 (12 years ago)
Author:
Sebastian Meiling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/howto/cmake

    v15 v16  
    4848== Build instructions ==
    4949
     50=== general ===
     51
     52Our build toolchain uses the ''cmake'' framework. For all build processes we recommend an ''out-of-source'' build, this complies to ''cmake BCP''.
     53
    5054=== libhamcast ===
     55
     56Libhamcast is the core library of the HAMcast prototype and must be build first.
    5157
    5258=== middleware, modules and others ===
     
    6672}}}
    6773 * '''Note:''' <path-to-headers> must point to directory where {{{hamcast/hamcast.hpp}}} lies.
     74 * If no errors occure cmake creates a ''Makefile'', now run in build folder:
     75{{{
     76make
     77}}}
    6878 * Compiled binary or library are stored in build folder
    6979