Installation Instructions

fstransform is currently tested only on Linux.
Building and installing it is usually quite simple.
Just run the following commands:

  ./configure
  make

to actually install it, run as root the command

  make install
