COMPILING tDOM
Depending on your platform (unix/mac or win), go to the corresponding directory and invoke the configure script:
../configure
make
make test
make install
Alternatively, you can build the tDOM package in just about any directory elsewhere on the filesystem (since TEA-compatible).
You might also want to do "../configure --help" to get a list of all supported options of the configure script. In the "unix" directory there is a "CONFIG" file containing some examples on how to invoke the "configure" script for some common cases. You can peek there. This file also includes a short description of the tDOM specific configure options.
Since tDOM is TEA-compatible you should be able to build it using the MinGW build environment for Windows. There is also the MSVC nmake file so you can compile the package with Microsoft tools. Refer to the README in the win directory for more details about building on Windows.
The compile process will build the tDOM shared library suitable for loading into the Tcl shell using standard "package require" mechanism.
wget https://github.com/tDOM/tdom/archive/master.zip
unzip master.zip
rm -rf master.zip
mv tdom-master tdom
cd tdom
./configure
make
make install
If the ./configure does not go throw because you are missing a file, try:
These steps might help you,
yum clean all & yum clean metadata
Check the files in /etc/yum.repos.d and make sure that they don't all have enabled = 0 for each repo (there may be more than one per file).
Finally you would be able to do yum update and search for desired packages.