##
#§ libFreiburg - src/LibFreiburg/README
#§
#§ (C) 2004 - Freiburg - Project - Group
#§ ------------------------------------------------------
#§ EMail: freiburg AT compiler-factory DOT de
#§ ------------------------------------------------------
#§ all rights reserved
#§
L I B - F R E I B U R G
=======================
Introduction
------------
The Freiburg project is an infrastructure to replace shared
libraries with a client/server interface. This system converts
a shared library into a service using unix or inet domain
sockets for communication. The service will be usable by any
programming language without additional C programming re-
quirements. An application is a composition of multiple
services using an event-based message bus for communication.
A service can reside locally or remotely using the client or
the inetd super-server for startup.
Installation
------------
1. unpack the archive:
#> tar -xzvf libFreiburg_?_?_linux.tar.gz
2. copy the libraries into a LD_LIBRARY_PATH directory:
#> cp -r libFreiburg_?_?/lib/* /path/to/my/lib
3. copy the include files into a C_INCLUDE_PATH directory:
#> cp -r libFreiburg_?_?/include/msgque /path/to/my/include
Documentation
-------------
1. libFreiburg (local):
libFreiburg_?_?/html/index.html
2. libFreiburg (web):
http://www.compiler-factory.de/freiburg
Contact
------
freiburg AT compiler-factory DOT de