Dieter Baron | 2188f10 | 2005-06-09 20:37:41 +0000 | [diff] [blame] | 1 | This is libzip, a C library for reading, creating, and modifying zip |
| 2 | archives. Files can be added from data buffers, files, or compressed |
| 3 | data copied directly from other zip archives. Changes made without |
| 4 | closing the archive can be reverted. The API is documented by man |
| 5 | pages. |
Thomas Klausner | 8026a25 | 2005-06-09 17:23:09 +0000 | [diff] [blame] | 6 | |
Dieter Baron | 2188f10 | 2005-06-09 20:37:41 +0000 | [diff] [blame] | 7 | For more information, take a look at the included man pages. You |
| 8 | can start with libzip(3), which lists all others. Example source code |
| 9 | is in the src/ subdirectory. |
Thomas Klausner | 8026a25 | 2005-06-09 17:23:09 +0000 | [diff] [blame] | 10 | |
| 11 | For generic installation instructions, see file `INSTALL'. |
Thomas Klausner | 0438390 | 2005-06-12 16:10:06 +0000 | [diff] [blame] | 12 | Additionally, you'll need zlib (at least version 1.1.2). It comes |
| 13 | with most operating systems nowadays, or you can get it at |
| 14 | http://www.gzip.org/zlib/ |
Thomas Klausner | 8026a25 | 2005-06-09 17:23:09 +0000 | [diff] [blame] | 15 | |
| 16 | If you make a binary distribution, please include a pointer to the |
| 17 | distribution site: |
| 18 | http://www.nih.at/libzip/ |
| 19 | ftp.nih.at /pub/nih/libzip |
| 20 | The latest version can always be found there. |
| 21 | |
| 22 | Mail suggestions and bug reports to <nih@giga.or.at>. |