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.)
 
(One intermediate revision by one other user not shown)
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>
<li>link against tclstub84.lib and tkstub84.lib</li>
<li>link against tclstub84.lib and tkstub84.lib</li>
<li>download a tclkit for your platform from [http://www.equi4.com here]</li>
<li>download a tclkit for your platform from [http://www.equi4.com here]</li>
{{VTK/Template/Footer}}

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]