VTK/Prerequisites

From KitwarePublic
< VTK
Revision as of 18:18, 28 April 2014 by Christopher.mullins (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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

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