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
------------

Lifeograph requires the following modules to be built:
	* gtkmm,
	* gtkspell, and
	* gcrypt.



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.
