Skip to content
Christian edited this page Feb 25, 2017 · 11 revisions

KAI

Kai is a distributed object model based on C++.

The rest of this document assumes that you extracted/cloned to ${KAI_HOME}.

Purpose

Usage

Building

Usual Cmake use:

 $ mkdir build && cd build && cmake ... && make

KAI doesn't install anything anywhere. Remove it with rm -rf. Add Include and Lib by adding ${KAI_HOME}/Incude and /Lib.

Examples

Tests

Clone this wiki locally