Contents
Installed Programs:
None
Installed Libraries:
libquazip1-qt6
Installed Directories:
/usr/include/QuaZip-Qt6-1.7.1 and
/usr/lib/cmake/QuaZip-Qt6-1.7.1
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.
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