Jafar
|
In order to use jafar from a tcl shell, you need to source $JAFAR_DIR/share/initJafar
.tcl to set up some variables. It is handy to add the source
command into your .tclshrc file for example.
We also recommend you use a completion system within your shell:
Also, [incr tcl] object oriented extention to tcl can be very usefull.
A typical .tclshrc looks like:
# load and setup incr-tcl package require Itcl namespace import ::itcl::* # setup jafar source $env(JAFAR_DIR)/share/initJafar.tcl # define user defined macros locations kernel::addHashedDirectory "/home/thomas/myJafarMacros/" kernel::rehash
Generated on Wed Oct 15 2014 00:37:30 for Jafar by doxygen 1.7.6.1 |