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