Installing pychm
================

Requirements
------------

* Python >= 2.2
* chmlib
* A working C compiler

Installation from sources
-------------------------

$ python setup.py install

If the chmlib is not in standard compiler search paths,
you can use CFLAGS/LDFLAGS environment variables, e.g.

$ CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib python setup.py install
