Use internal count for tests
[libcontrac.git] / README
1 libcontrac ReadMe
2 =================
3
4 libcontrac is an implementation of the Contact Traing API.
5
6 Install
7 =======
8
9 If you have autoconf you should be able to install using the following 3 commands:
10
11 ./configure
12 make
13 make check
14 make install
15
16
17 Licence
18 =======
19
20 Copyright (c) David Llewellyn-Jones, 2020
21
22 libcontrac is released under the GPL v2 Licence. Read COPYING for information on the license.
23
24 Contact and Links
25 =================
26
27 More information can be found at: https://www.flypig.co.uk/contrac
28
29 The source code can be obtained from git:
30
31 git clone git@www.flypig.org.uk:libcontrac
32
33 I can be contacted via one of the following.
34
35  * My website: https://www.flypig.co.uk
36  * Email: at david@flypig.co.uk
37