diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -8,15 +8,15 @@ rfc1952 (gzip format). | |||
8 | 8 | ||
9 | All functions of the compression library are documented in the file zlib.h | 9 | All functions of the compression library are documented in the file zlib.h |
10 | (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example | 10 | (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example |
11 | of the library is given in the file example.c which also tests that the library | 11 | of the library is given in the file test/example.c which also tests that |
12 | is working correctly. Another example is given in the file minigzip.c. The | 12 | the library is working correctly. Another example is given in the file |
13 | compression library itself is composed of all source files except example.c and | 13 | test/minigzip.c. The compression library itself is composed of all source |
14 | minigzip.c. | 14 | files in the root directory. |
15 | 15 | ||
16 | To compile all files and run the test program, follow the instructions given at | 16 | To compile all files and run the test program, follow the instructions given at |
17 | the top of Makefile.in. In short "./configure; make test", and if that goes | 17 | the top of Makefile.in. In short "./configure; make test", and if that goes |
18 | well, "make install" should work for most flavors of Unix. For Windows, use one | 18 | well, "make install" should work for most flavors of Unix. For Windows, use |
19 | of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use | 19 | one of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use |
20 | make_vms.com. | 20 | make_vms.com. |
21 | 21 | ||
22 | 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 |