aboutsummaryrefslogtreecommitdiff
path: root/README
blob: e8b64170ddbf01c8e2bc7ecf6496824b58da3bb7 (plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
README for ctct - a simple console contact manager

Version 0.3.0-dev


How to install:
---------------

$ ./configure
# make install

You might want to change some variables when `./configure' is run.
Most relevant candidates are 'prefix' and 'sysconfdir'.
E.g.:
$ ./configure prefix=/usr sysconfdir=/etc


How to uninstall:
-----------------

# make uninstall

Note that 'cmp' is required as an additional dependency.
It is used to check whether the configuration files have changed and
therefore can safely be removed.


How to use:
------------

see the manpage - ctct(1)


Dependencies:
-------------

bash
grep
coreutils
find


Licensing:
----------

ctct is distributed under the GNU Affero General Public License (AGPL),
version 3. See the file COPYING for further details.


Author:
-------

ctct has been written by Einhard Leichtfuß alias respiranto.
If you have any problems, questions, suggestions or similar concerning this
program, you may write me an email to <alguien@respiranto.de>.