Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.09 KB

Readme.md

File metadata and controls

31 lines (24 loc) · 1.09 KB

QMinizip

License

QMinizip is a Qt5 wrapper for Minizip.

Installation

  1. Init git submodules (to install minizip).
  2. Open QMinizip.pro and compile the shared library.
  3. Add libQMinizip to your project.
  4. Add zlib to your project.

If you are on Linux / Mac OS X you can install the library over the command line.

qmake -o Makefile QMinizip.pro
make
sudo make install

Linux dependencies

If you are using Linux you may need to install the following packages (assuming you are using Debian):

  • build-essential
  • libglu1-mesa-dev
  • zlib1g-dev

Usage

For now there is an example Project.

License

QMinizip is licensed under the MIT license and Minizip is licensed under the Zlib license. Qt is available under different licenses. See Qt Licensing for more informations.