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

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

Dependencies:
-------------
- Xlib (libX11, libXext, libXrender)
- 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.

xscreenshot always link in pnglite as it is the main feature ;)
