[Insight-developers] CableSwig

Bill Hoffman bill . hoffman at kitware . com
Thu, 26 Jun 2003 13:42:20 -0400


I have checked in some changes to ITK and CableSwig so that
you can now build CableSwig as part of ITK.   You can still build
it seperatly, however, if the CableSwig source tree is located
in Insight/Utilities/CableSwig, and wrapping is turned on, CableSwig
will be built as part of Insight.   CVS will also update CableSwig with
the Insight updates automatically.

To set this up:

1. cvs checkout Insight
2. cd Insight/Utilities

   cvs -d:pserver:anonymous at www . cmake . org:/cvsroot/CableSwig co CableSwig

3. Run CMake on ITK and enable ITK_CSWIG_TCL and/or ITK_CSWIG_PYTHON,
the values for CABLE_INDEX, GCCXML, CSWIG should be in the build tree
for ITK.  (something like itk-build/bin/$(IntDir)/cswig.exe)

4. build with visual studio.

-Bill