ITK/Prerequisites: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
** Other POSIX systems ? | ** Other POSIX systems ? | ||
* A supported compiler and toolchain: | * A supported compiler and toolchain: | ||
** GNU | ** GNU GCC | ||
** Microsoft Visual C++ | ** LLVM-Clang | ||
** Intel C++ | ** Microsoft Visual C++ | ||
** Intel C++ | |||
** SGI Irix CC | ** SGI Irix CC | ||
** Borland C++ | ** Borland C++ | ||
* The | ** See also the [[ITK_Release_4/Modern_C%2B%2B | page on supported compilers]] and [[ITK/Compilers | tips on compilers]]. | ||
* The CMake build tool (version 2.8.5 or later) from http://www.cmake.org/ | |||
** Ensure CMake is correctly installed | ** Ensure CMake is correctly installed | ||
Line 28: | Line 30: | ||
'''See Also:''' | '''See Also:''' | ||
* [[ITK Platform Support]] | * [[ITK/Platform Support]] | ||
{{ITK/Template/Footer}} | {{ITK/Template/Footer}} |
Latest revision as of 14:15, 22 April 2012
ITK requires very little in the way of external libraries (although it can be configured to use the system libraries if present).
- A supported platform:
- GNU/Linux (Red Hat, Debian, Gentoo, Mandrake, etc)
- Sun Solaris
- IBM AIX
- SGI Irix
- Apple Mac OS X
- Microsoft Windows
- The BSD family (OpenBSD, NetBSD, FreeBSD) ?
- Other POSIX systems ?
- A supported compiler and toolchain:
- GNU GCC
- LLVM-Clang
- Microsoft Visual C++
- Intel C++
- SGI Irix CC
- Borland C++
- See also the page on supported compilers and tips on compilers.
- The CMake build tool (version 2.8.5 or later) from http://www.cmake.org/
- Ensure CMake is correctly installed
ITK comes with several libraries, and can be configured to use system libraries for the following:
- libpng
- libjpeg
- libtiff
- libexpat
See Also: