For users of TTool: (e.g., for users having a read-only access to the svn)
------------------- 

* Getting the latest version
svn update

* Compiling locally TTool:
make myrelease

* Starting TTool
./ttool.exe


For developers: (rw access to the svn)
---------------

* Compiling the latest version
make

note: the compilation generated a new build version.

* Generating a jar archive in the bin subdirectory:
make ttooljar_std

* Generating a release
make release