Go to file
2020-01-17 20:49:19 +01:00
data Import the latest version upstream 2019-09-27 02:34:35 +02:00
doc Import the latest versions of the scripts 2019-09-14 04:32:18 +02:00
include Update some copyright notices 2015-11-05 22:55:19 +01:00
src Use the promoted types in va_arg() 2019-09-27 02:32:54 +02:00
tests Register a missing dependency 2020-01-17 20:49:19 +01:00
tools Let the tests work without installing libApp first 2020-01-17 20:27:12 +01: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 About to release libApp 0.3.2 2019-09-28 03:40:36 +02:00
README.md Link to HTTPS websites 2019-09-28 03:43:13 +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