Initial project structure
[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 install
14
15
16 License
17 =======
18
19 Read COPYING for information on the license. libcontrac is released under the MIT License.
20
21
22 Contact and Links
23 =================
24
25 More information can be found at: https://www.flypig.co.uk/contrac
26
27 The source code can be obtained from git:
28
29 git clone git@www.flypig.org.uk:libcontrac
30
31 I can be contacted via one of the following.
32
33  * My website: https://www.flypig.co.uk
34  * Email: at david@flypig.co.uk
35