
 TCFS utilities version 1.0.0 - Installation guide
-------------------------------------------------

To compile and install TCFS utilities version 1.0.0 follow the step described below:

  -- make all
  -- make install (as root)

---------------------

To clean all the files compiled type

  -- make clean

--------------------

To uninstall TCFS library type

  -- make uninstall  (as root)

