diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-11-21 18:56:02 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-11-27 14:15:32 -0800 |
commit | 1b57de3aef88bd0a7b80c11db3631281b08b650a (patch) | |
tree | 59e4742c1cb2c7475713ac4f66a2c6ad2301f001 /README | |
parent | 0cbad869b044c022cdda20febca6e959b67e86a5 (diff) | |
download | zlib-1b57de3aef88bd0a7b80c11db3631281b08b650a.tar.gz zlib-1b57de3aef88bd0a7b80c11db3631281b08b650a.tar.bz2 zlib-1b57de3aef88bd0a7b80c11db3631281b08b650a.zip |
Move example.c and minigzip.c to test/.
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 |