Is there a build introduction? How to compile into an executable TDK program
I need to compile TCL to bytecode, I compiled lib/tclcompiler and got a .so file, then I compiled tcl to tbc file by lib/tclcompiler/tests/test_jump_rewrite.tcl, but after I loaded the tbc file with tbcload 1.7 I can't use the tcl functions written with
Can anyone show me how to compile a complete TDK program?