]> Pileus Git - ~andy/fetchmail/blob - trio/README
Update website for 6.3.24.
[~andy/fetchmail] / trio / README
1 README -- trio
2
3 Trio is a package with portable string functions. Including printf() clones
4 and others.
5
6  Copyright (C) 1998-2001 by Bjorn Reese and Daniel Stenberg.
7
8  Permission to use, copy, modify, and distribute this software for any
9  purpose with or without fee is hereby granted, provided that the above
10  copyright notice and this permission notice appear in all copies.
11
12  THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
13  WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
14  MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND
15  CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.
16
17 Trio is intended to be an integral part of another application, so we
18 have not done anything to create a proper installation.
19
20 Compile with 'make' (edit the Makefile if you want a release build)
21
22 Test the package with 'make test'
23
24 Install by copying trio.h, triop.h, and libtrio.a (and man/man?/* if
25 you want documentation) to the appropriate directories.
26
27 Catch some usage examples in example.c
28
29 Send feedback and patches to the mailing list, subscription and other
30 information is found here:
31
32         http://lists.sourceforge.net/lists/listinfo/ctrio-talk
33
34 Enjoy!
35
36 Trio web page
37
38         http://daniel.haxx.se/trio/