From: Joe E. <jen...@fl...> - 2001-08-21 00:41:48
|
Larry W. Virden wrote: > When I get a copy of the tcldom in the tclxml cvs, I find I don't > have a complete build environment: > > CVS aclocal.m4 configure.in library tclxml.m4 > Makefile.in changes docs src test > README config examples tcldom.cpp tests > > Notice there isn't a configure file; I'm not certain what else > is missing. For the C implementation, cd to the 'tcldom/src' directory first and run 'sh ./configure ; make ; make install' there. (Let me know if this doesn't work. You may need to install expat first.) For the Tcl implementation, just copy tcldom/library/*.tcl to somewhere that Tcl can find it. (You may need to tweak the pkgIndex.tcl file too.) You *could* try running 'autoconf' followed by configure; make; make install in the tcldom top-level directory; it looks like the top-level configure.in is TEA-based (and you're not Jeff, so it probably won't work for you :-) --Joe English jen...@fl... |