Skip to content

Install vtk 5.8 library

Francisco RA edited this page Oct 2, 2017 · 1 revision

Install the Visualization toolkit on your OS

The Visualization toolkit (Kitware) - http://www.vtk.org/ - open-source software for 3D computer graphics, image processing and visualization.

Relevant Information

  • VTK usage on Neptus was only tested with vtk5.8 and vtk5.10 versions, latest version may not work properly.

Ubuntu

sudo apt-get install libvtk5.8 libvtk-java

Arch

Windows

For Win 64 bits

Compile it yourself to install it

  • Install Cmake;
  • Install Microsoft Visual Studio 2012 Express -MVS 2012 Express;