ITK/Wrapping: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Historical}} | |||
= ITK Wrapping = | = ITK Wrapping = | ||
== Supported configurations == | == Supported configurations == | ||
* Python 2.6 | * Python 2.6, 2.7, and 3.X | ||
* Linux with GCC | * Linux with GCC, Clang. Binaries are available in most Linux distribution package managers. | ||
* Windows | * Windows, VS9 and later | ||
* OS X | * OS X, XCode Clang. Binaries are available for Homebrew. | ||
* It is possible to cross-compile for other platforms like the [http://www.kitware.com/blog/home/post/904 Raspberry Pi]. | |||
Users are encouraged to report their success and failures on other platforms. | Users are encouraged to report their success and failures on other platforms. | ||
Line 13: | Line 16: | ||
* [[ITK/Python_Wrapping|Python]] | * [[ITK/Python_Wrapping|Python]] | ||
* [[ITK/WrapITKInstallLinux|How to install on Linux]] | * [[ITK/WrapITKInstallLinux|How to install on Linux]] | ||
== Old pages == | == Old pages == | ||
These pages are old wiki pages containing some information about ITK wrapping. | 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 | They need to be cleaned up, most of the things in them are no longer up to date. | ||
* [[ITK/WrapITK Status|Wrapping status]] | * [[ITK/WrapITK Status|Wrapping status]] |
Latest revision as of 14:27, 29 January 2019
This page is currently inactive and is retained for historical reference. Either the page is no longer relevant or consensus on its purpose has become unclear. To revive discussion, seek broader input via a forum such as the village pump. |
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.
- It is possible to cross-compile for other platforms like the Raspberry Pi.
Users are encouraged to report their success and failures on other platforms.
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 longer up to date.