File: README

package info (click to toggle)
chmsee 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,448 kB
  • ctags: 460
  • sloc: sh: 3,831; ansic: 3,766; cpp: 297; python: 209; makefile: 155
file content (33 lines) | stat: -rw-r--r-- 819 bytes parent folder | download
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
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.