QuaZip-1.5

Introduction to QuaZip

The QuaZip package provides a C++ version of minizip for Qt. It does not utilize minizip from zlib-1.3.2. It has its own specialized copy.

QuaZip Dependencies

Required

CMake and Qt-6

Installation of QuaZip

Install QuaZip by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr   \
      -D CMAKE_BUILD_TYPE=Release    \
      -G Ninja .. &&
ninja

Now, as the root user:

ninja install

Contents

Installed Programs: None
Installed Libraries: libquazip1-qt6
Installed Directories: /usr/include/QuaZip-Qt6-1.5 and /usr/lib/cmake/QuaZip-Qt6-1.5

Short Descriptions

libquazip

provides functions for handling ZIP files