Go to file
2016-09-09 01:48:50 +02:00
data Also depend on libMarshall 2016-05-16 17:30:16 +02:00
doc Import newer versions of the scripts upstream 2016-01-24 15:43:48 +01:00
include Update some copyright notices 2015-11-05 22:55:19 +01:00
src Fix build with OBJDIR 2016-09-06 02:20:06 +02:00
tests Add an INOUT argument to the AppBroker test 2016-09-09 01:48:50 +02:00
tools Fix build with OBJDIR 2016-09-06 02:20:06 +02:00
.gitignore Register config.{h,sh} 2016-05-16 17:31:33 +02:00
COPYING Initial import 2011-03-27 23:40:02 +00:00
project.conf Add a README file 2016-02-02 00:28:57 +01:00
README.md Document the requirement on libMarshall 2016-05-16 17:30:16 +02:00

DeforaOS libApp

About libApp

libApp is a message-passing framework. It is designed to become the core component for the DeforaOS Project, providing transparent and protocol-agnostic network computing capabilities. Regardless, libApp is intended to be portable and work on any system, using any POSIX-compliant runtime as fallback if available.

Dependencies for libApp

libApp depends on the following software components to build:

Configuring libApp

Before being able to build libApp, it is necessary to generate Makefiles with configure(1). It should be enough to run this tool as follows:

$ configure

Please refer to the documentation of DeforaOS configure for further instructions.

Compiling libApp

It is then possible to build the project with make(1) as usual. The following command should therefore be enough:

$ make

To install libApp in a dedicated directory, like /path/to/libApp:

$ make PREFIX="/path/to/libApp" install