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 needed for internationalization and cmake is
needed for building.



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

To configure, build, and install, use the following commands in the
root directory of Lifeograph:

	cmake -i .
	make
	make install

Square brackets designate optional parts of the commands.
'make install' may require super user privileges depending on the
install prefix.
