Difference between revisions of "LibZip"
From CBLFS
Jump to navigationJump to search (New Page) |
Weibullguy (talk | contribs) m |
||
Line 26: | Line 26: | ||
TO DO | TO DO | ||
+ | |||
+ | [[Category:General Libs]] |
Revision as of 12:44, 8 February 2009
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