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 building Lifeograph, the following development packages need to be
installed on the system:
    * gtkmm-4.0 (v4.12 or newer),
    * enchant-2,
    * gcrypt
    * shumate-1.0
    * python3-embed
    * pybind11, and
    * meson

There are also run-time dependencies for some extra features:
    * python-jedi (for auto-completion)
    * python-docx (for exporting to docx)


Configuring, Building & Installation (Meson)
--------------------------------------------

At the root of Lifeograph source,

    1) Set up the build system:

        $ meson setup --buildtype=release --prefix=/usr builddir

    2) Start building:

        $ cd builddir; ninja

    3) Install:

        $ ninja install

Install may require super user privileges depending on the
install prefix.
