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...") |
|||
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 |
Revision as of 21:19, 28 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
- 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