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 (v3.4 or newer),
	* enchant, and
	* gcrypt.

In addition, intltool is needed for internationalization and cmake is
needed for building.



Building & Installation
-----------------------

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

	cmake -i .
	make
	make install

'make install' may require super user privileges depending on the
install prefix.
