VTK/Prerequisites: Difference between revisions
From KitwarePublic
< VTK
Jump to navigationJump to search
(Created page with "==General== * [http://cmake.org/cmake/resources/software.html CMake] version > 2.8.8 ** Using the latest stable is recommended * [http://qt-project.org/downloads Qt] is often use...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
** The latest patch release 4.8.6 is supported | ** The latest patch release 4.8.6 is supported | ||
** Qt5 is also supported | ** Qt5 is also supported | ||
** It is highly recommended to use one of the installers, rather than build Qt from source, whenever possible. | |||
== Windows == | == Windows == | ||
* For CMake on Windows, cmake-gui is recommended | * For CMake on Windows, cmake-gui is recommended | ||
* Allowing CMake to add itself to your PATH variable will make things easier, but is not required | |||
* Visual Studio 2008 or above | * Visual Studio 2008 or above | ||
== Linux and Unix == | == Linux and Unix == | ||
* For CMake on Linux and Mac OS X, ccmake is recommended | * For CMake on Linux and Mac OS X, ccmake is recommended | ||
* gcc, g++ on Linux, clang on OS X | * gcc, g++ on Linux, clang on OS X |
Latest revision as of 14:56, 30 April 2014
General
- CMake version > 2.8.8
- Using the latest stable is recommended
- Qt is often used with VTK
- The latest patch release 4.8.6 is supported
- Qt5 is also supported
- It is highly recommended to use one of the installers, rather than build Qt from source, whenever possible.
Windows
- For CMake on Windows, cmake-gui is recommended
- Allowing CMake to add itself to your PATH variable will make things easier, but is not required
- Visual Studio 2008 or above
Linux and Unix
- For CMake on Linux and Mac OS X, ccmake is recommended
- gcc, g++ on Linux, clang on OS X