QComicBook (c)by Pawel Stolowski 2005-2012 released under terms of GNU General Public License v2
QComicBook is a viewer for PDF files and comic book archives containing jpeg/png/xpm/gif/bmp images, which aims at convenience and simplicity. Features include: automatic unpacking of archive files, full-screen mode, continuous scrolling mode, double-pages viewing, manga mode, thumbnails view, page scaling, mouse or keyboard navigation etc.
QComicBook requires Qt libraries version >=5.4.0 (qtcore, qtwidgets, qtprintsupport, qtx11extras, qtprintsupport), poppler-qt5 library and cmake.
You will also need unzip, rar (or unrar), unace, p7zip and tar (with gzip and bzip2 support compiled in) somewhere in your PATH to handle archives. If one of these tools is missing you can still use QComicBook, but you won't be able to open some archives. You may check status of supported archives via Help > System information menu option of QComicBook.
To compile QComicBook, you will need Qt4 developement packages (usually named -devel- in many distros) and libpoppler-qt4 devel package. Compilation includes three steps:
$ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release $ make $ make install (the -D... argument is optional; if not specified, qcomicbook will be installed in /usr/local directory).
If you want to compile qcomicbook with e.g. /usr prefix, but install it to a temporary location for packaging, then pass DESTDIR variable to 'make install', e.g. $ make install DESTDIR=/tmp/package_root
Ideally, your bug report should include:
Please report bugs to: stolowski@gmail.com.
If you want to translate QComicBook, please read README-translations.