General information
-------------------

Create a work directory

mkdir <workdir>
cd <workdir>

Donwload T-StoRM module, for example as follows:

cvs co T-StoRM
cd T-StoRM

Configure T-StoRM code

/bin/sh bootstrap
./configure --prefix=$PWD/usr --datadir=$PWD/usr/share --sysconfdir=$PWD/etc --bindir=$PWD/usr/bin --exec_prefix=$PWD/usr --with-dist-bin-location=$PWD/dist/bin --with-dist-source-location=$PWD/dist/src

How to build rpms
-----------------

make dist; make rpm
    
How to build and install wnodes
-----------------------------

make; make install
~

