VTK Tcl Stubs: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
m (Changed the link to the new bug tracker location.)
 
Line 1: Line 1:
To create stubs enabled vtk tcl libraries:
To create stubs enabled vtk tcl libraries:
<ul>
<ul>
<li>patch the vtk source with [http://www.vtk.org/Bug/bug.php?op=show&bugid=1376 these].</li>
<li>patch the vtk source with [http://www.vtk.org/Bug/view.php?id=1376 these].</li>
<li>run cmake</li>
<li>run cmake</li>
<li>set the advanced flag TCL_TK_STUBS</li>
<li>set the advanced flag TCL_TK_STUBS</li>

Latest revision as of 17:52, 23 January 2008

To create stubs enabled vtk tcl libraries:

  • patch the vtk source with these.
  • run cmake
  • set the advanced flag TCL_TK_STUBS
  • link against tclstub84.lib and tkstub84.lib
  • download a tclkit for your platform from here


  • VTK: [Welcome | Site Map]