]> rtime.felk.cvut.cz Git - ortcan-www.git/blobdiff - index.mdwn
Rtime CAN mentioned
[ortcan-www.git] / index.mdwn
index 459218835d86ad0770ceb71a8f51fcf16e2e3b34..97ce1d0cbc77d99faf8517958fa6f6fd5d2a3c0a 100644 (file)
@@ -7,6 +7,11 @@ 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.
 [Czech Technical University in Prague][rtime].
 The development of these components started in frame
 of IST-2001 35102 [OCERA][ocera] European project.
+The components has been used all over the world in different
+academic and production environments and they are maintained
+mainly by CTU DCE department. There is list of CAN related
+work, CAN benchmarking and diploma thesis at that department on
+[Rtime CAN related pages][rtime-can].
 
 The access to CAN bus requires supported hardware
 interface. The project provides CAN device driver
 
 The access to CAN bus requires supported hardware
 interface. The project provides CAN device driver
@@ -17,7 +22,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]].
 
 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
 
 To obtain and build sources of the latest development
 version of former OCERA CAN components use
@@ -26,8 +31,7 @@ version of former OCERA CAN components use
     cd ortcan/
     git submodule update --init
     make default-config
     cd ortcan/
     git submodule update --init
     make default-config
-
-    make
+    make
 
 The configuration options for the build can be specified
 in "config.omk" file. For x86_64 build line bellow
 
 The configuration options for the build can be specified
 in "config.omk" file. For x86_64 build line bellow
@@ -37,10 +41,20 @@ make command
     CFLAGS+=-fpic
 
 to build loadable modules (shared libraries/DLLs) corectly.
     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/
 
 [wp]:http://en.wikipedia.org/wiki/Controller_area_network
 [rtime]:http://rtime.felk.cvut.cz/
+[rtime-can]:http://rtime.felk.cvut.cz/can/
 [ocera]:http://sourceforge.net/projects/ocera/
 [ocera]:http://sourceforge.net/projects/ocera/
+[omk]:http://rtime.felk.cvut.cz/omk/
 
 News
 ====
 
 News
 ====