************************************************************************
User source code directory : Contents
************************************************************************

|__ src                 : user source code
    |__ examples        : code that illustrates how to use specific ixEngine features
    |__ include         : additional header files
    |__ tools           : tools that provide DPI results and other informations


************************************************************************
Installation
************************************************************************

From src/ directory, just type:

$ make

This will build most apps and put them into bin/ directory.
To install somewhere else, please set INSTALLDIR to the directory
of your choice.

Notes:
build is dynamic by default.
Set STATIC=1 for static build.
Set DEBUG=1 to get debug info.

Each app has its own README file with further details on installation.

************************************************************************
Execution
************************************************************************
For most apps just type:

$ export LD_LIBRARY_PATH=/path/to/sdk/lib (if app was built dynamically)
$ ./app [OPTIONS]

Please refer to each app's README file for further info on usage.
