Fix navigation in twoPagesSpread mode
[qcomicbook-oblomov] / README
1 QComicBook v0.3.4
2 (c)by Pawel Stolowski 2005-2006
3 released under terms of GNU General Public License v2
4
5 1. Introduction
6 ---------------
7 QComicBook is a viewer for comic book archives containing
8 jpeg/png/xpm/gif images, which aims at convenience and simplicity.
9 Features include: automatic decompression, full-screen mode, two-pages
10 viewing, japanese mode, thumbnails view, page scaling, mouse or keyboard
11 navigation etc.
12
13 2. Requirements
14 ---------------
15 QComicBook requires Qt library version >=3.3.3, Imlib2 library and pkg-config.
16 It *may* work with earlier versions of Qt (from 3.x family), but it was not
17 tested. You will also need unzip, rar (or unrar), unace and tar (with gzip and
18 bzip2 support compiled in) somewhere in your path to handle archives. If one of
19 these tools is missing you can still use QComicBook, but you won't be able to
20 open some archives.
21
22 3. Installation
23 ---------------
24 To compile QComicBook, you will need Qt and Imlib2 developement packages
25 (usually named -devel- in many distros) and pkg-config. Compilation include
26 three steps:
27 ./configure --prefix=/usr/local
28 make
29 make install
30
31 4. Known issues
32 ---------------
33 * rar/unrar (and unzip/unace probably too) may have problems with files/dirs in the
34 archive, which names contain non-ascii characters (like special characters for you
35 language). As a result they won't be decompressed and qcomicbook may show
36 "No images found" error box.
37 * the free (opensource) unrar doesn't currently support 3.0 rar archives. Such archives are reported
38 as empty by QComicBook. It is recommended to use non-free rar/unrar.
39
40 5. Bugs
41 -------
42 Please report any bugs to: pawel.stolowski@wp.pl. Ideas are welcome too!
43