Go to file
2025-03-14 11:36:50 +01:00
.github/workflows deforaos-c-ci_ubuntu-latest: use checkout v4 2024-05-26 00:07:50 +02:00
data Update the scripts from DeforaOS configure 2024-04-30 02:19:35 +02:00
doc Update the scripts from DeforaOS configure 2024-04-30 02:19:35 +02:00
include Register new targets 2025-03-14 11:27:32 +01:00
src libApp: partially fix the build with OBJDIR 2025-03-13 12:25:01 +01:00
tests tests: simplify the pkgconfig test script 2025-03-14 11:36:50 +01:00
tools tools: register more dependencies 2025-03-13 12:28:15 +01:00
.gitignore Register config.ent 2020-02-13 09:34:17 +01:00
COPYING Initial import 2011-03-27 23:40:02 +00:00
project.conf tests: move the pkg-config test to a separate script 2025-03-14 11:25:29 +01: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