diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:24:33 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:24:33 -0700 |
| commit | 0484693e1723bbab791c56f95597bd7dbe867d03 (patch) | |
| tree | 8f31dbed98b4390da74a90b484f2accf8f8a3a8e /README | |
| parent | 9811b53dd9e8f67015c7199fff12b5bfc6965330 (diff) | |
| download | zlib-1.2.2.2.tar.gz zlib-1.2.2.2.tar.bz2 zlib-1.2.2.2.zip | |
zlib 1.2.2.2v1.2.2.2
Diffstat (limited to 'README')
| -rw-r--r-- | README | 9 |
1 files changed, 4 insertions, 5 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | ZLIB DATA COMPRESSION LIBRARY | 1 | ZLIB DATA COMPRESSION LIBRARY |
| 2 | 2 | ||
| 3 | zlib 1.2.2.1 is a general purpose data compression library. All the code is | 3 | zlib 1.2.2.2 is a general purpose data compression library. All the code is |
| 4 | thread safe. The data format used by the zlib library is described by RFCs | 4 | thread safe. The data format used by the zlib library is described by RFCs |
| 5 | (Request for Comments) 1950 to 1952 in the files | 5 | (Request for Comments) 1950 to 1952 in the files |
| 6 | http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) | 6 | http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) |
| @@ -16,9 +16,8 @@ minigzip.c. | |||
| 16 | 16 | ||
| 17 | To compile all files and run the test program, follow the instructions given at | 17 | To compile all files and run the test program, follow the instructions given at |
| 18 | the top of Makefile. In short "make test; make install" should work for most | 18 | the top of Makefile. In short "make test; make install" should work for most |
| 19 | machines. For Unix: "./configure; make test; make install" For MSDOS, use one | 19 | machines. For Unix: "./configure; make test; make install". For MSDOS, use one |
| 20 | of the special makefiles such as Makefile.msc. For VMS, use Make_vms.com or | 20 | of the special makefiles such as Makefile.msc. For VMS, use make_vms.com. |
| 21 | descrip.mms. | ||
| 22 | 21 | ||
| 23 | Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant | 22 | Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant |
| 24 | <info@winimage.com> for the Windows DLL version. The zlib home page is | 23 | <info@winimage.com> for the Windows DLL version. The zlib home page is |
| @@ -34,7 +33,7 @@ Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997 | |||
| 34 | issue of Dr. Dobb's Journal; a copy of the article is available in | 33 | issue of Dr. Dobb's Journal; a copy of the article is available in |
| 35 | http://dogma.net/markn/articles/zlibtool/zlibtool.htm | 34 | http://dogma.net/markn/articles/zlibtool/zlibtool.htm |
| 36 | 35 | ||
| 37 | The changes made in version 1.2.2.1 are documented in the file ChangeLog. | 36 | The changes made in version 1.2.2.2 are documented in the file ChangeLog. |
| 38 | 37 | ||
| 39 | Unsupported third party contributions are provided in directory "contrib". | 38 | Unsupported third party contributions are provided in directory "contrib". |
| 40 | 39 | ||
