Difference between revisions of "LibZip"

From CBLFS
Jump to navigationJump to search
(New Page)
 
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://www.nih.at/libzip/libzip-0.9.tar.bz2
+
| http://www.nih.at/libzip/libzip-0.9.3.tar.bz2
 
|}
 
|}
  
Line 26: Line 26:
  
 
TO DO
 
TO DO
 +
 +
[[Category:General Libs]]

Latest revision as of 17:58, 5 December 2010

Download Source: http://www.nih.at/libzip/libzip-0.9.3.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