aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEinhard Leichtfuß <inbound@respiranto.de>2017-08-03 18:44:42 +0200
committerEinhard Leichtfuß <inbound@respiranto.de>2017-08-03 18:44:42 +0200
commit153a2021b263b6f22ecb624ab56ee7de1dc14e0c (patch)
tree0306a95cb63d17f26c8b1906e7db7efce9a620eb /README
Initial commit of ctct
Somewhere after version 0.2.2. Most notably, ctct can now be properly installed on OpenBSD and most likely other BSDs.
Diffstat (limited to 'README')
-rw-r--r--README54
1 files changed, 54 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..2530c96
--- /dev/null
+++ b/README
@@ -0,0 +1,54 @@
+README for ctct - a simple console contact manager
+
+Version 0.2.X
+
+
+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
+
+
+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 <ctct@respiranto.de>.