Bring in new dkim code
[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
6 Copyright (c) 1987-2024 by the citadel.org development team.
7 This program is open source software.  Use, duplication, or disclosure is subject to the GNU General Public License v3.
8
9 To build and install libcitadel:
10
11 ./configure
12 make
13 make install
14
15 For more information, please consult http://www.citadel.org