Mailing list header changes (fuck you Google)
[citadel.git] / libcitadel / README.txt
1 This is libcitadel, a library which contains code that is used in multiple
2 components of the Citadel system -- the server, the text mode client, and
3 WebCit.  It is not intended to be a general-purpose library for widespread
4 use, although there are parts of it that may be useful for that purpose,
5 such as the MIME parser and the vCard data type.
6
7 Copyright (c) 1987-2012 by the citadel.org development team.
8 This program is distributed under the terms of the GNU General Public
9 License, version 3.
10
11 To build and install libcitadel:
12
13 ./configure
14 make
15 make install
16
17 For more information, please consult http://www.citadel.org