This is version 1.4.25 of DACS from Distributed Systems Software. Please proceed by reading: dacs.readme(7) - ./man/dacs.readme.7.html http://dacs.dss.ca/man/dacs.readme.7.html dacs.install(7) - ./man/dacs.install.7.html http://dacs.dss.ca/man/dacs.install.7.html dacs(1) - ./man/dacs.1.html http://dacs.dss.ca/man/dacs.1.html dacs.quick(7) - ./man/dacs.quick.7.html http://dacs.dss.ca/man/dacs.quick.7.html LICENSE - ./LICENSE http://dacs.dss.ca/man/misc/LICENSE Table of Contents - ./man/index.html http://dacs.dss.ca/man/index.html A copy of the technical documentation is installed on your system when you install DACS - you can read your local copy through your web server or use the man command (once your MANPATH environment variable has been set). For important release notes and post-release updates, please visit: http://dacs.dss.ca/download.html For information about technical support, please visit: http://dacs.dss.ca/support.html The DACS C support library consists of: ds - safe dynamic string allocation, copying, formatting, I/O, etc. str - assorted string handling functions kwv - simple keyword/value lookup mime - MIME processing cgiparse - CGI parameter processing http - some HTTP support To build the library, run 'configure' and then 'make dsslib'. To use the library, you will need to include dsslib.h in your code and then link libdss.a (you may also need to use -lreadline). You will probably need to use the -I and -L flags to specify the location of the DACS include files and libdss.a, respectively. =============================================================================== Copyright (c) 2003-2010 Distributed Systems Software. All rights reserved. See the file LICENSE for redistribution information. $Id: README 2495 2010-06-16 22:14:55Z brachman $