aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 3b517f7..02dc3dc 100644
--- a/README
+++ b/README
@@ -8,15 +8,15 @@ rfc1952 (gzip format).
8 8
9All functions of the compression library are documented in the file zlib.h 9All 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
11of the library is given in the file example.c which also tests that the library 11of the library is given in the file test/example.c which also tests that
12is working correctly. Another example is given in the file minigzip.c. The 12the library is working correctly. Another example is given in the file
13compression library itself is composed of all source files except example.c and 13test/minigzip.c. The compression library itself is composed of all source
14minigzip.c. 14files in the root directory.
15 15
16To compile all files and run the test program, follow the instructions given at 16To compile all files and run the test program, follow the instructions given at
17the top of Makefile.in. In short "./configure; make test", and if that goes 17the top of Makefile.in. In short "./configure; make test", and if that goes
18well, "make install" should work for most flavors of Unix. For Windows, use one 18well, "make install" should work for most flavors of Unix. For Windows, use
19of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use 19one of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use
20make_vms.com. 20make_vms.com.
21 21
22Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant 22Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant