the tdom module is completely in and for tcl now,,,
- so, untar it
- cd in there,
- cd to unix, then...
CC=compilerYouBuiltTCLWith ../configure --enable-threads --disable-tdomalloc --prefix=/path/to/tcl/install --with-tcl=/path/to/tcl/install/lib
note that compilerYouBuiltTCLWith should really be the compiler you're building everything with, and so if you built without any CC= in the configure step you can leave it out of everything else, and
/path/to/tcl/install
would be the value of --prefix= when you ran the tcl ./configure.
the --prefix will install tdom so it's a sibling of the other tcl modules.