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

How to build:
-------------
Just run make, and copy the resulting binary "xannotate" to somehere
in your path.

Dependencies:
-------------
- Xlib (libX11) 
- pnglite, if you enable screenshot).
- zlib (libz), if you enable screenshot).

By default, xannotate will be build with screenshot support.

This makes use of pnglite (http://sourceforge.net/projects/pnglite/),
which used to save the screenshots in PNG format.
pnglite is already included in this package.

You can build xannotate without screenshot support and then you don't
need to link in pnglite.
