summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-11-21 18:56:02 -0800
committerMark Adler <madler@alumni.caltech.edu>2011-11-27 14:15:32 -0800
commit1b57de3aef88bd0a7b80c11db3631281b08b650a (patch)
tree59e4742c1cb2c7475713ac4f66a2c6ad2301f001 /README
parent0cbad869b044c022cdda20febca6e959b67e86a5 (diff)
downloadzlib-1b57de3aef88bd0a7b80c11db3631281b08b650a.tar.gz
Move example.c and minigzip.c to test/.
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).
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.
+of the library is given in the file test/example.c which also tests that
+the library is working correctly. Another example is given in the file
+test/minigzip.c. The compression library itself is composed of all source
+files in the root directory.
To compile all files and run the test program, follow the instructions given at
the top of Makefile.in. In short "./configure; make test", and if that goes
-well, "make install" should work for most flavors of Unix. For Windows, use one
-of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use
+well, "make install" should work for most flavors of Unix. For Windows, use
+one of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use
make_vms.com.
Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant