Kylix version
Easy Compression Library supports Kylix 1,2,3 (Delphi and C++). This product uses low-level compression routines written in C++ (ZLIb, BZIP2 and PPM compression libraries), so you should redistribute the following libraries (located in <INSTALL_DIR>/lib_so directory) with your applications:
- Zlib (1.1.3 or 1.1.4) - file libz.so.1.1.3
- BZIP2 (1.0.0 or 1.0.2) - file libbz2.so.1.0.0
- PPM (1.0.0) - file libppm.so.1.1.0
Path to these files should be mentioned in LD_LIBRARY_PATH system variable.
Kylix 3 C++ also requires adding all these libraries to each project.
|