Skip to content

akamch/chmsee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChmSee is an HTML Help viewer for Unix/Linux. It is based on CHMLIB
and use GTK+ as frontend toolkit. Because of using webkit 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
============

To compile ChmSee from source you need following packages:
 * cmake >= 2.6
 * intltool
 * libgtk2.0-dev >= 2.8
 * libglade2-dev >= 2.4
 * libwebkitgtk-dev >= 1.8.1
 * libchm-dev
 * libgcrypt-dev

Installation
============

$ cd chmsee-$VERSION
$ cmake .
$ make
$ make install

Report bug
==========

If you find any problem, please file this bug in
http://code.google.com/p/chmsee/issues/entry, thanks.

Help translation
================

please view the following site:
https://translations.launchpad.net/chmsee/trunk/+pots/chmsee

About

HTML Help viewer for Unix/Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.4%
  • C++ 7.4%
  • Objective-C 2.6%
  • JavaScript 1.6%