Skip to content

RGPaul/QMinizip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Minizip Wrapper for Qt5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published