Go to file
2016-02-02 00:28:57 +01:00
data Import newer versions of the scripts upstream 2016-01-24 15:43:48 +01: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 Code cleanup 2015-11-22 16:58:20 +01:00
tests Fix some issues with OBJDIR 2016-01-24 15:59:24 +01:00
tools Import newer versions of the scripts upstream 2016-01-24 15:43:48 +01:00
.gitignore Add a .gitignore file 2015-05-11 01:15:36 +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 Add a README file 2016-02-02 00:28:57 +01: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.

Compiling libApp

Before being able to build libApp, it is necessary to generate Makefiles with configure(1) from the DeforaOS configure project, found at http://www.defora.org/os/project/16/configure. It should be enough to run this tool as follows:

$ configure

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

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