X-Git-Url: http://rtime.felk.cvut.cz/gitweb/ortcan-www.git/blobdiff_plain/71d007c92096eba4e70889fa2a523cebf592f372..9e08f84af12422d7e05a49195182095dbeccf2f9:/index.mdwn diff --git a/index.mdwn b/index.mdwn index c14ab3d..0978165 100644 --- a/index.mdwn +++ b/index.mdwn @@ -17,9 +17,38 @@ 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]]. +## OrtCAN Build Instruction for Actual GIT repository Sources + +To obtain and build sources of the latest development +version of former OCERA CAN components use + + git clone git://ortcan.git.sourceforge.net/gitroot/ortcan/ortcan + cd ortcan/ + git submodule update --init + make default-config + make + +The configuration options for the build can be specified +in "config.omk" file. For x86_64 build line bellow +has to be added into "config.omk" before final +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] +of OMK project. + [wp]:http://en.wikipedia.org/wiki/Controller_area_network [rtime]:http://rtime.felk.cvut.cz/ [ocera]:http://sourceforge.net/projects/ocera/ +[omk]:http://rtime.felk.cvut.cz/omk/ News ====