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/ | <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}} |