Tcl2cCreate a C file from Tcl file for C compiler |
For Win32 (Windows) : Using example directory and foo.tcl file cd example #testing example foo.exe #recompiling example (CygWin requiered) make.bat |
For Linux : Using example directory and foo.tcl file ./cd example #testing example ./foo #Recompling example (gcc requiered) make |