diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2004-11-10 19:04:29 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2004-11-10 19:04:29 +0000 |
commit | 13c27199231cbc2cc83969ada741b95be1cca4d3 (patch) | |
tree | 58c32705247dcf031d6f17d8bc8ef78557d74113 /trio/README | |
parent | 486bdc6d20c7e7d8c6eeb3124cf845abefcd7d11 (diff) | |
download | fetchmail-13c27199231cbc2cc83969ada741b95be1cca4d3.tar.gz fetchmail-13c27199231cbc2cc83969ada741b95be1cca4d3.tar.bz2 fetchmail-13c27199231cbc2cc83969ada741b95be1cca4d3.zip |
Import Trio 1.10 into fetchmail's trunk.
svn path=/trunk/; revision=3995
Diffstat (limited to 'trio/README')
-rw-r--r-- | trio/README | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/trio/README b/trio/README new file mode 100644 index 00000000..55ad1b07 --- /dev/null +++ b/trio/README @@ -0,0 +1,38 @@ +README -- trio + +Trio is a package with portable string functions. Including printf() clones +and others. + + Copyright (C) 1998-2001 by Bjorn Reese and Daniel Stenberg. + + Permission to use, copy, modify, and distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED + WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF + MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND + CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. + +Trio is intended to be an integral part of another application, so we +have not done anything to create a proper installation. + +Compile with 'make' (edit the Makefile if you want a release build) + +Test the package with 'make test' + +Install by copying trio.h, triop.h, and libtrio.a (and man/man?/* if +you want documentation) to the appropriate directories. + +Catch some usage examples in example.c + +Send feedback and patches to the mailing list, subscription and other +information is found here: + + http://lists.sourceforge.net/lists/listinfo/ctrio-talk + +Enjoy! + +Trio web page + + http://daniel.haxx.se/trio/ |