📄 readme
字号:
QuaZIP is the C++ wrapper for the Gilles Vollant's ZIP/UNZIP packageusing Trolltech's Qt library.It contains original ZIP/UNZIP package C code and therefore depends onzlib library.Also, it depends on Qt 4.To comile it on UNIX dialect:$ cd quazip$ qmake$ makeYou must make sure that:* You have Qt 4 properly and fully installed (including tools and headers, not just library)* "qmake" command runs Qt 4's qmake, not some other version (you'll have to type full path to qmake otherwise).To install compiled static library, just type:$ make installBy default, it installs in /usr/local, but you may change it using$ qmake PREFIX=/wherever/you/whant/to/installYou do not have to compile and install QuaZIP to use it. You can just(and sometimes it may be the best way) add QuaZIP's source files to yourproject and use them.See doc/html or, if you do not have a browser, quazip/*.h andquazip/doc/* files for the more detailed documentation.Copyright notice:Copyright (C) 2005 Sergey A. TachenovThis program is free software; you can redistribute it and/or modify itunder the terms of the GNU General Public License as published by theFree Software Foundation; either version 2 of the License, or (at youroption) any later version.This program is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GeneralPublic License for more details.You should have received a copy of the GNU General Public License alongwith this program; if not, write to the Free Software Foundation, Inc.,59 Temple Place, Suite 330, Boston, MA 02111-1307 USASee COPYING file for the full GPL text.Original ZIP package is copyrighted by Gilles Vollant, seequazip/(un)zip.h files for details.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -