ITK/Platform Support: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
(Created from antonym) |
No edit summary |
||
Line 26: | Line 26: | ||
* BuildingFromSource | * BuildingFromSource | ||
* PreBuiltPackages | * PreBuiltPackages | ||
{{ITK/Template/Footer}} |
Revision as of 17:12, 16 December 2005
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