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 entirely with

 rm -rf ${KA_HOME}

Add Include and Lib by adding ${KAI_HOME}/Incude and ${KAI_HOME}/Lib respectivey.

Examples

Tests

Clone this wiki locally