public
Description: HTML Help viewer for Unix/Linux
Homepage: http://code.google.com/p/chmsee
Clone URL: git://github.com/lidaobing/chmsee.git
jungleji (author)
Fri Mar 06 06:23:12 -0800 2009
commit  dfd7224fb0cbf5f93b293c6c84ab4b4177119161
tree    80cff9ba93a9f144ce7a40170ce7dfdb9ddceb5a
parent  4b60d2268b4efef1a882c521d86352f22c517f6a
chmsee /
name age message
file .gitignore Loading commit data...
file AUTHORS Fri Dec 05 07:06:52 -0800 2008 Upload chmsee 1.0.2 files [jungleji]
file COPYING Fri Dec 05 07:06:52 -0800 2008 Upload chmsee 1.0.2 files [jungleji]
file ChangeLog Sun May 10 07:19:05 -0700 2009 rename ChangeLog [lidaobing]
file INSTALL
file Makefile.am
file NEWS
file NEWS.zh
file README
file README.zh
file TODO
file autogen.sh
file configure.ac
directory cs2w/
directory data/
directory doc/
directory m4/
directory po/
directory src/
README
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.