diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-10 19:05:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-10 19:05:23 +0000 |
commit | 40081c11c42ca4ed534c3d1ec1bb7c7b208d68d3 (patch) | |
tree | 6ab64d656fa962f479ef4ebfa9adb5c384f985c9 /devel/libcii/pkg-descr | |
parent | 2cab921ce5da89f30e104294f66733f33ac7a2d0 (diff) |
Notes
Diffstat (limited to 'devel/libcii/pkg-descr')
-rw-r--r-- | devel/libcii/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/libcii/pkg-descr b/devel/libcii/pkg-descr new file mode 100644 index 000000000000..92f367b6a97f --- /dev/null +++ b/devel/libcii/pkg-descr @@ -0,0 +1,24 @@ +This hierarchy contains all the source code from my book +"C Interfaces and Implementations: Techniques for Creating Reusable +Software (Addison-Wesley Professional Computing Series, 1997, +ISBN 0-201-49841-3). + +For installation instructions, see install.html. + +For a summary of the distribution's revision history, see history.html. + +For more information, visit http://www.cs.princeton.edu/software/cii/. +----- +David R. Hanson +drh@microsoft.com / http://www.research.microsoft.com/~drh/ +$Id: README,v 1.11 1997/10/30 00:51:23 drh Exp $ +--- +FreeBSD note: in /usr/local +lib/libcii.a -> lib/cii/1/libcii.a +include/cii -> lib/cii/1/include +example binaries are in lib/cii/1/examples +copyright, history, etc share/doc/cii +source of CII share/doc/cii/src +source of examples share/doc/cii/examples + +There is no documentation other than the book and its web site. |