Description
-----------

Lifeograph is a diary program to take personal notes on life. It has all
essential functionality expected in a diary program and strives to have
a clean and streamlined user interface.



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

For compilation, Lifeograph requires development versions of the
following packages to be installed on the system:
	* gtkmm-3.0,
	* enchant, and
	* gcrypt.

In addition, intltool is also needed for internationalization.



Installation
------------

To configure, build, and install, use the following commands:

	./waf configure [--prefix=path]
	./waf build
	./waf install

Square brackets designate optional parts of the commands.
