ITK/Platform Support: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
(Created from antonym) |
Daviddoria (talk | contribs) m (moved ITK Platform Support to ITK/Platform Support: Naming convention.) |
||
(One intermediate revision by one other user not shown) | |||
Line 26: | Line 26: | ||
* BuildingFromSource | * BuildingFromSource | ||
* PreBuiltPackages | * PreBuiltPackages | ||
{{ITK/Template/Footer}} |
Latest revision as of 20:23, 10 February 2012
The Insight Toolkit is a large library written in heavily templated C++. It has minimal dependencies on external libraries, and should build "out of the box" on most modern platforms.
(Note: "platform" is effectively a combination of operating system, CPU architecture and compiler toolchain.)
ITK is known to work on the following platforms:
- Windows 2000, XP (Intel)
- Linux (Intel, Alpha, ...)
- Debian GNU/Linux (Sarge)
- Red Hat Linux
- Fedora
- Mandrake
- Solaris (SPARC, Intel)
- Irix (MIPS)
- AIX (Power)
- more...
The above is an incomplete list.
Best results building on POSIX systems are with the GCC toolchain.
All platforms require CMake to build.
See also:
- BuildingFromSource
- PreBuiltPackages