Skip to content
Snippets Groups Projects
Florian Lugou's avatar
Florian Lugou authored
first step in adding library function call and fix for TGCNote box being too wide and various other fixes related to zooming or library functions
0852ae0a
History
For users of TTool: (e.g., for users having a read-only access to the svn)
------------------- 

* Access to the documentation:

1) from Eurecom: http://jabba/TURTLE/ttool.html
2) from outside Eurecom: http://labsoc.comelec.enst.fr/TURTLE/ttool.html

* Getting the latest version:
svn update

* Compiling locally TTool:
make myrelease

* Starting TTool:
./ttool.exe

Beware, if you want to use other options of TTool, please, start it with the needed command line, or make your own ttool.exe. See the online documentation for more information


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