=====================
SmartSlog KP library
=====================

 An ontology-unaware part of the library. It is installed to the system as standard .a and .so libraries.


Requirements
=====================

 * gcc (tested for 4.3.2)
 * make (tested for 3.81)
 * smart-m3 - http://sourceforge.net/projects/smart-m3/
    COMMENT: It works corectly with v0.9.3-beta.
    - sibd 0.3, sib-tcp 0.3, piglet 0.9.1, sib-nota 0.3
 * KPI_low v2 (included in source)


Options for KPI Low and configure script
===============================================================================

You need Kpi Low library on you machine.

Use next options for ./configure script:

    --with-kpilow-access-proto  -   access protocol for SIB(tcpip or nota).
                                    Default: tcpip

    You can see this option in help for configure scrip (./configure --help).




Bugs, feature requests and to-do list
=====================================

Report all bugs, feature requests and "to-do" items here:
  <http://oss.fruct.org/bugzilla/>




Usage
=====================
 Include compiled library to your KP (with -l option for gcc).
 You can use pkg-config to get options for gcc:
    pkg-config --cflags smartslog
    pkg-config --libs smartslog
