File: README.txt

package info (click to toggle)
libcitadel 8.24-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,020 kB
  • ctags: 1,140
  • sloc: ansic: 14,376; sh: 8,300; makefile: 291
file content (17 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This is libcitadel, a library which contains code that is used in multiple
components of the Citadel system -- the server, the text mode client, and
WebCit.  It is not intended to be a general-purpose library for widespread
use, although there are parts of it that may be useful for that purpose,
such as the MIME parser and the vCard data type.

Copyright (c) 1987-2012 by the citadel.org development team.
This program is distributed under the terms of the GNU General Public
License, version 3.

To build and install libcitadel:

./configure
make
make install

For more information, please consult http://www.citadel.org