AbZip
1.5
|
AbZip is a Qt based C++ class for creating Zip archives. It's not a wrapper for other Zip/Unzip code but accesses the archives directly via QIODevice
Why Qt? Well if you are a C++ programmer and you want to create cross-platform applications or utilities, then Qt is simply the best out their! To learn more about Qt goto official Qt documentation
AbZip features include:
Downloads are available from AbZip project page on GitHub.
AbZip has been tested on Windows using win32-g++ (MinGW)
No testing has been officially done on other systems as yet, but this will change in due course.
To build the library, run:
$ cd /yourprojects/abzip $ qmake [PREFIX=where-to-install] $ make
Make sure that you have Qt 4/5 installed with all required headers and utilities. If you need to specify additional include path or libraries, use qmake features (see qmake reference in the Qt documentation).
To install compiled library:
$ make install
By default, AbZip compiles as a DLL/SO, but you have other options:
See usage page.
This code has been written by Andy Bray.
To report bugs or to post any ideas or improvements, use GitHub Issues. If you want to send me a private message, please do so via web@a bela y.com
Do not use e-mail to report bugs, please. Reporting bugs and problems with the Github or SourceForge.net's bug report system.
Copyright (C) 2016 Andy Bray and contributors