From: pisa Date: Fri, 22 Oct 2010 09:40:22 +0000 (+0000) Subject: Submodules configuration options X-Git-Url: http://rtime.felk.cvut.cz/gitweb/ortcan-www.git/commitdiff_plain/9e08f84af12422d7e05a49195182095dbeccf2f9 Submodules configuration options --- diff --git a/index.mdwn b/index.mdwn index 8b52cb6..0978165 100644 --- a/index.mdwn +++ b/index.mdwn @@ -17,7 +17,7 @@ The common interface to access different CAN interfaces and library to build higher level layers in implemented in Virtual/Versatile CAN API library - [[libVCA|vca]]. -## OtCAN Build Instruction for Actual GIT repository Sources +## OrtCAN Build Instruction for Actual GIT repository Sources To obtain and build sources of the latest development version of former OCERA CAN components use @@ -36,6 +36,10 @@ make command CFLAGS+=-fpic to build loadable modules (shared libraries/DLLs) corectly. +For possible build options of included submodules read build +instructions for respective component - [[libVCA|vca]], [[LinCAN|lincan]] ... +The options can and should be combined in "config.omk" file +in toplevel directory. The comprehensive documentation of the used build system ([OCERA Make system][omk]) can be found on the [homepage][omk]