Changes between Version 15 and Version 16 of documentation/howto/cmake
- Timestamp:
- 02/09/12 10:02:15 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
documentation/howto/cmake
v15 v16 48 48 == Build instructions == 49 49 50 === general === 51 52 Our build toolchain uses the ''cmake'' framework. For all build processes we recommend an ''out-of-source'' build, this complies to ''cmake BCP''. 53 50 54 === libhamcast === 55 56 Libhamcast is the core library of the HAMcast prototype and must be build first. 51 57 52 58 === middleware, modules and others === … … 66 72 }}} 67 73 * '''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 {{{ 76 make 77 }}} 68 78 * Compiled binary or library are stored in build folder 69 79