We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Kai is a distributed object model based on C++.
The rest of this document assumes that you extracted/cloned to ${KAI_HOME}.
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.