ITK/Wrapping: Difference between revisions

From KitwarePublic
< ITK
Jump to navigationJump to search
mNo edit summary
Line 3: Line 3:
== Supported configurations ==
== Supported configurations ==


* Python 2.6 and 2.7
* Python 2.6, 2.7, and 3.X


* Linux with GCC compiler (Currently tested with Fedora 19)
* Linux with GCC, Clang. Binaries are available in most Linux distribution package managers.
* Windows (Currently tested with VS9)
* Windows, VS9 and later
* OS X (currently broken, you may find binaries and instructions [https://github.com/iMichka/homebrew-MacVTKITKPythonBottles here])
* OS X, XCode Clang.  Binaries are available for Homebrew.


Users are encouraged to report their success and failures on other platforms.
Users are encouraged to report their success and failures on other platforms.

Revision as of 15:09, 13 November 2015

ITK Wrapping

Supported configurations

  • Python 2.6, 2.7, and 3.X
  • Linux with GCC, Clang. Binaries are available in most Linux distribution package managers.
  • Windows, VS9 and later
  • OS X, XCode Clang. Binaries are available for Homebrew.

Users are encouraged to report their success and failures on other platforms.

Work in progress

  • Support for Python 3 is being added (probably in ITK 4.7)
  • Fix for wrapping on OS X, gccxml does not work with Clang.

Old pages

These pages are old wiki pages containing some information about ITK wrapping. They need to be cleaned up, most of the things in them are no more up to date.