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
- Very small
- Easy to use
- Cross-platform
- Zlib. The Zlib library allows to deflate compressed files and to create gzip (.gz) files. Zlib is free software and small.
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
#include <minizip/miniunz.h>
unzip(src, dst);