Skip to content

Common client for Application Framework Binder

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
LICENSE.GPLv3
Notifications You must be signed in to change notification settings

redpesk-core/afb-client

Repository files navigation

Client of Application Framework Binder

This project provides simple client of the Application Framework Binder of micro-service architecture.

This project is available at https://github.com/redpesk-core/afb-client

License and copying

This software if available in dual licensing. See file LICENSE.txt for detail.

Building

Requirements

It requires the following libraries:

and the following tools:

  • gcc;
  • pkg-config;
  • cmake >= 3.0

Simple compilation

The following commands will install the binder in your subdirectory $HOME/local (instead of /usr/local the default when CMAKE_INSTALL_PREFIX isn't set).

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/local ..
make install

or also:

CMAKE_INSTALL_PREFIX=$HOME/local ./mkbuild.sh install

About

Common client for Application Framework Binder

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
LICENSE.GPLv3

Stars

Watchers

Forks

Packages

No packages published