How to install tDOM package in my linux machine

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.

  • tDOM, install tDOM
  • 4 Users Found This Useful
Was this answer helpful?

Related Articles

How to Set Up a Mac for Your Kids

Providing children with access to a computer and the internet is increasingly important, but so...

How to Get Help With a Command from the Linux Terminal

Whether you’re an inexperienced terminal user or a grizzled veteran, you won’t always know the...

How to change the ssh port on Linux

To Change the SSH Port for Linux Server Connect to your server via SSH Switch to the root...

How To Install screenFetch in Linux

If you've browsed Linux groups on social media, you've probably seen a lot of screenshots that...

Static IP vs. Dynamic IP Address

A static IP address is one that remains fixed and never changes. The PC always sees the same...

Powered by WHMCompleteSolution