Zlib Readme - CyberLink Area-51 m5700 User Manual

Alienware area-51 m5700: user guide
Table of Contents

Advertisement

CyberLink Power Cinema Guide

zlib README

ZLIB DATA COMPRESSION LIBRARY
zlib 1.2.1 is a general purpose data compression library. All the
code is thread safe. The data format used by the zlib library is
described by RFCs (Request for Comments) 1950 to 1952 in the
files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt
(deflate format) and rfc1952.txt (gzip format). These documents are
also available in other formats from
ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
All functions of the compression library are documented in the file
zlib.h (volunteer to write man pages welcome, contact
zlib@gzip.org). A usage example of the library is given in the file
example.c which also tests that the library is working correctly.
Another example is given in the file minigzip.c. The compression
library itself is composed of all source files except example.c and
minigzip.c.
To compile all files and run the test program, follow the instructions
given at the top of Makefile. In short "make test; make install"
should work for most machines. For Unix: "./configure; make test;
make install" For MSDOS, use one of the special makefiles such as
Makefile.msc. For VMS, use Make_vms.com or descrip.mms.

Advertisement

Table of Contents
loading

Table of Contents