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

Ludovic Apvrille
committed
* Getting the latest version
svn update
* Compiling locally TTool:
make myrelease
* Starting TTool
./ttool.exe
For developers: (rw access to the svn)

Ludovic Apvrille
committed
---------------
* 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