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

Lifeograph is an off-line and private journal and note taking application.
It offers a rich feature set presented in a clean and simple user interface.



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

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

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



Configuring, Building & Installation
------------------------------------

(All the commands below need to be executed in the root directory of
Lifeograph source.)

First of all, configure the build with the following command
(replace "/usr" with anything that suits your needs):
    
    cmake -DCMAKE_INSTALL_PREFIX=/usr .
    
Alternatively, you can use one of the two commands below to configure
the build in a more user-friendly interface:

    ccmake .
    cmake-gui .

Then, build and install using the makefile you have just created:

    make
	make install

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