Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > eba0de3c74fba9050ef6cf66c9cde667 > files > 4

liblzmalib1-0.0.1-3mdv2010.0.i586.rpm

================================================================
 A thin wrapper library of LZMA
================================================================


This package includes a thin wrapper library of LZMA SDK written
by Igor Pavlov.


To build and install the library, perform the following commands.

  ./configure
  make
  make install


"liblzma.h" is the header file and application should be include it.

  #include <liblzma.h>

See the header for detail usage of the API.


"liblzma.a" and so on are object files of the library and application
should be linked with one of them and some underlying libraries.

  gcc foobar.c -llzma -lstdc++ -lm -lc


"lzmacmd" is a test command, whose signature is the follwing.

  lzmacmd [-d] [file]

For example to compress a file, perform the following.

  lzmacmd original.txt > compressed.lzma

To decompress a file, perform the following.

  lzmacmd -d compressed.lzma > original.txt


This package and LZMA SDK are released under the terms of the GNU Lesser
General Public License.  See the file `COPYING' for details.

Thanks.



== END OF FILE ==