]> rtime.felk.cvut.cz Git - ortcan-www.git/blobdiff - index.mdwn
Submodules configuration options
[ortcan-www.git] / index.mdwn
index ce13147ee954ab4e63d0e0937f17a0d1fda22661..0978165b0373a7ed1c23dc0bbd4f859f07c06773 100644 (file)
@@ -5,16 +5,50 @@ What is this?
 
 A collection of [CAN][wp] related tools developed at
 [Czech Technical University in Prague][rtime].
+The development of these components started in frame
+of IST-2001 35102 [OCERA][ocera] European project.
 
 The access to CAN bus requires supported hardware
-inrerface. The project provides CAN device driver
+interface. The project provides CAN device driver
 for Linux and other embedded environments to gain
-acces to the network. The driver is named [[LinCAN|lincan]].
+access to the network. The driver is named [[LinCAN|lincan]].
 
+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
 ====