Difference between revisions of "LibZip"

From CBLFS
Jump to navigationJump to search
(New Page)
(No difference)

Revision as of 06:17, 31 October 2008

Download Source: http://www.nih.at/libzip/libzip-0.9.tar.bz2

Introduction to LibZip

libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives.

Project Homepage: http://www.nih.at/libzip/

Dependencies

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install

Multilib

TO DO