From: pisa Date: Thu, 21 Oct 2010 14:05:23 +0000 (+0000) Subject: Build instructions X-Git-Url: http://rtime.felk.cvut.cz/gitweb/ortcan-www.git/commitdiff_plain/f9b089ed21e1494bb3e1673e2486b09124827ba7 Build instructions --- diff --git a/index.mdwn b/index.mdwn index c14ab3d..2486d16 100644 --- a/index.mdwn +++ b/index.mdwn @@ -17,6 +17,25 @@ 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 + +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 + + CFLAGS+=-fpic + +to build loadable modules (shared libraries/DLLs) corectly. + [wp]:http://en.wikipedia.org/wiki/Controller_area_network [rtime]:http://rtime.felk.cvut.cz/ [ocera]:http://sourceforge.net/projects/ocera/