Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 356 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 356 Bytes

qunzip

unzip encrypted archive that can use a password (C++ using lzip, Qt to create files and folder)

Dependencies:

  • build-essential (C++ compiler, libstdc++, make,...)
  • qt5-default (Qt5 libraries and headers)
  • qt5-qmake (to generate the moc files and create the Makefile)
  • libzip-dev (for libzip and it's headers)

Build:

  • qmake
  • make