Skip to content

Minizip for Unix/Linux and mobile devices

License

Notifications You must be signed in to change notification settings

launchfirestorm/minizip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minizip. Portable zip & unzip lib

Based on the original work of Gilles Vollant and nmoinvaz. I wrap the minizip to a shared library and execute files for Android and Unix/Linux

Benefits

  • Very small
  • Easy to use
  • Cross-platform

Requirement:

  • Zlib. The Zlib library allows to deflate compressed files and to create gzip (.gz) files. Zlib is free software and small.

Build

Build share library and test exe via CMake

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=./install;make;make install

Cross compile for Android via Android makefile

Include the Android.mk

Usage of share library

#include <minizip/miniunz.h>

unzip(src, dst);

About

Minizip for Unix/Linux and mobile devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.0%
  • Other 1.0%