File: README

package info (click to toggle)
lifeograph 3.0.4-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 14,468 kB
  • sloc: cpp: 38,070; sh: 20; python: 12; makefile: 6
file content (40 lines) | stat: -rw-r--r-- 805 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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-4.0 (v4.10 or newer),
	* enchant-2,
	* gcrypt
	* shumate-1.0, and
	* meson



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.