File: README

package info (click to toggle)
lifeograph 1.1.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,912 kB
  • ctags: 2,195
  • sloc: cpp: 17,184; xml: 50; makefile: 17
file content (35 lines) | stat: -rw-r--r-- 770 bytes parent folder | download
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
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.6 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.