KchmViewer is a chm (MS HTML help file format) viewer, written in C++. Unlike most existing CHM viewers for Unix, it uses Trolltech Qt widget library, and does not depend on KDE or GNOME. It has full KDE4 support.
The main advantage of KchmViewer is extended support for non-English languages. Unlike others, KchmViewer in most cases correctly detects chm file encoding, correctly shows tables of context of Russian, Korean, Chinese and Japanese help files. It also correctly searches text in non-English help files, including Korean, Chinese and Japanese.
KchmViewer is written by Georgy Yunaev (gyunaev@ulduzsoft.com), and is licensed under GNU GPL license. Please do NOT use this email for bug reporting; see below.
Usually kchmviewer is distributed in source code archive, so you need to compile it first. It requires Qt version 4.4 or higher. Note that you need to install qt4-devel and qt4-tools packages (the last one might be included in qt4-devel in your distribution), not just qt package.
Also make sure you have chmlib-devel (some distros have it as libchm-devel) package installed. KDE build will check for its presence, but qmake does not have necessary functionality to do so. If you are getting errors regarding missing chm_lib.h file this means chmlib-devel is not installed.
3.1. Qt-only version
To compile Qt-only version of kchmviewer, follow the procedure:
tar zxf kchmviewer-
.tar.gz cd kchmviewer- qmake make
The compiled binary is in bin/kchmviewer. You could copy it somewhere, or use it as-is. It does not require installation.
If QtWebKit module is not found, you will get the following error:
kchmviewwindow_qtwebkit.h:25:21: error: QWebView: No such file or directory
then you need to install the QtWebKit module.
3.2 KDE4 version
To compile the version of kchmviewer with KDE4 support, follow the procedure:
tar zxf kchmviewer-
.tar.gz mkdir build cd build cmake .. make sudo make install
For KDE version the installation is required, since the KHTML KIO slave cannot be used in place.
Usage of kchmviewer is simple:
kchmviewer mychmfile.chm
for the rest of command-line options, see kchmviewer --help
Please use kchmviewer@ulduzsoft.com for bug reporting.
Thanks to:
kchmviewer is distributed under GNU GPL license version 3.