lidaobing / chmsee

HTML Help viewer for Unix/Linux

This URL has Read+Write access

lidaobing (author)
Tue Mar 10 07:57:18 -0700 2009
commit  cb4ce1e6a9e0401d6141a54330e9e03d89033c8d
tree    7afd6833529a9c15c67d26e9d467e8d707348984
parent  5612ace3dcb9170295c5ac22f4e65983ee54d2bd
chmsee / README
100644 34 lines (22 sloc) 0.819 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
ChmSee is an HTML Help viewer for Unix/Linux. It is based on CHMLIB
and use Gtk2+ as frontend toolkit. Because of using gecko as HTML
rendering engine, ChmSee can support rich features of modern HTML
page, such as CSS and JavaScript.
 
Homepage: http://code.google.com/p/chmsee
 
 
Dependencies
============
 
Compile ChmSee from source you need following libraries: Gtk2+,
libglade2, chmlib, gecko(Mozilla, Firefox, Seamonkey or Xulrunner).
 
 
Installation
============
 
$ cd chmsee-$VERSION
$ ./configure
$ make
$ make install-strip
 
If configure script cannot found existing chmlib on your system, you
can specify with --with-chmlib=/path/to/chmlib, or skip testing with
--disable-chmlibtest.
 
 
Report bug
==========
 
If you find any problem, please file this bug in
http://code.google.com/p/chmsee/issues/entry, thanks.