]> rtime.felk.cvut.cz Git - ortcan-www.git/blobdiff - index.mdwn
VCA to sidebar
[ortcan-www.git] / index.mdwn
index c14ab3d8875401a10291d30c1410a0a4eb2aa114..87ac03fa9560db1e20311d73fbfd04934b072017 100644 (file)
@@ -17,6 +17,26 @@ 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" before final
+make command 
+
+    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/