
         The Decode Library for Linux. v18.01.6
         BS 14.4_4.4
         -------------------------------------------------------
1. Following files are supplied within SDK:

 1.1 Library for application development

  libDMatrix.so	 - library with decoding functions
  
 1.2 Source codes of demo program that applies the library

  DMPro_Types.h   - header file that describes interface of library
  Demo_Opn.cpp - source code of sample application that uses our library
  LoadBMP.c, LoadBMP.h - the functions for loading "BMP" files
  
  twodtg_license.h - license managment

 1.3 Executable files
  demo_so.out - demo program (applicatiom) that was built from Demo_Opn.cpp source code.
  TwoDtgLicense - GUI application for managed a license.

 1.4 Short SDK description
  readme.txt	 - this file.


2. Unpack all files into same directory. 
   Copy libDMatrix.so to /usr/lib. 
   Set right "executable" for file "demo_so.out" and "TwoDtgLicense"
   Run "demo_so.out".
   
   For activation license use a TwoDtgLicense.
   Attention: 
   For the initial initialization of the license, the application must be started with root access!
 	
3. Source .cpp and .h files show how the library functions should be called.
Build Limux demo application by command:

  g++ Demo_Opn.cpp -L./ -lDMatrix -lm -pthread -ldl -lz -o mydemo.out

4. If compilation generates instant executable program "mydemo.out" 
you can run the program in the same way as described in 2.


