Date: 11 Apr 2002 12:03:54 -0700 From: Max Okumoto <okumoto@ucsd.edu> To: freebsd-libh@FreeBSD.org Subject: stuff for README file Message-ID: <hf3cy2cb1h.fsf@multivac.sdsc.edu>
next in thread | raw e-mail | index | archive | help
Index: README =================================================================== RCS file: /home/libh/cvs/libh/README,v retrieving revision 1.7 diff -u -r1.7 README --- README 2002/04/11 04:03:04 1.7 +++ README 2002/04/11 18:50:59 @@ -1,6 +1,8 @@ $FreeBSD: libh/README,v 1.7 2002/04/11 04:03:04 antoine Exp $ +------------------------------------------------------------------------------ Quick usage/build notes: +------------------------------------------------------------------------------ 1- Install any tcl version from the ports - adjust TCLVERSION in Makefile.inc I suggest tcl 8.3 (since I use it) @@ -45,3 +47,22 @@ $ cd compile/text+graphics $ tclh % + +------------------------------------------------------------------------------ +Adding new functionality: +------------------------------------------------------------------------------ + +Assuming your new libh subsystem is called dance. +[It looks like all libh subsystems are suffixed with a 'h' is this true for +all subsystems and will it stay this way?] (i.e., hui is libH User Interface) + + bin/tclh/tclh.cc Update H_Tcl_AppInit() to add tcl + bindings for your library. (Note: + this is only required if the library + is going to be staticly linked into + tclh.static) + + bin/tclh/Makefile Add libhdance.so to ${PROG} dependancy. + Add location of library object to LDADD. + + More to come as I figure it out. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?hf3cy2cb1h.fsf>