Menu

Tree [4dc2d2] master /
 History

HTTPS access


File Date Author Commit
 doc 2008-10-03 Michal Sojka Michal Sojka [0d8476] Some preparation for documentation
 forb-idl 2011-02-11 Petr Benes Petr Benes [3e4ecf] forb: End of header index removed from stub.
 src 2011-02-25 Michal Sojka Michal Sojka [4dc2d2] forb: Split forb_port_destroy() to stop and des...
 tests-idl 2008-10-12 Michal Sojka Michal Sojka [f0f473] libforb is now compiled as shared library
 .gitignore 2008-09-14 Michal Sojka Michal Sojka [c625d8] Updated .gitignore
 COPYING 2008-10-06 Michal Sojka Michal Sojka [b49d87] Removed dependency on idl-native.h
 Doxyfile 2008-10-12 Michal Sojka Michal Sojka [c6e6f7] Updated documentation and code cleanups
 Makefile 2008-08-20 Michal Sojka Michal Sojka [b7f597] Start of code generation for FORB
 Makefile.omk 2008-10-06 Michal Sojka Michal Sojka [b74ad0] Source files moved to a separate directory
 README 2008-10-06 Michal Sojka Michal Sojka [1c09e9] Updated README and added TODO
 TODO 2009-05-21 Michal Sojka Michal Sojka [3fc563] Added error checking of deserialization in skel...

Read Me

Compilation
===========

1. Download FRESCOR SVN repositories fosa and omk-build

2. Download ulut (from
   http://sourceforge.net/project/showfiles.php?group_id=118937&package_id=130840)

3. Create symbolic links to forb, fosa and ulut sources inside
   omk-build/aquosa:

   cd omk-build/aquosa
   ln -s some-path/fosa .
   ln -s some-path/ulut .
   ln -s path-to-this-directory/forb .

3. Configure the sources:
	make default-config

5. Compile it:
	make