
 TCFS library version 1.0.0 - Installation guide
-------------------------------------------------

To compile and install TCFS library 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)


-----------

To link libtcfs with your apllications type

  -- ldconfig /usr/tcfs/lib /usr/tcfs/cipher

