VTK/Eclipse Plugin

From KitwarePublic
< VTK
Revision as of 16:09, 7 January 2013 by JPouderoux (talk | contribs)
Jump to navigationJump to search

This page describe how to create an Eclipse plugin that embeds the VTK library.

Step 1. VTK compilation

Compile VTK with the following options:

VTK_WRAP_JAVA:ON
BUILD_SHARED_LIBRARIES:ON
BUILD_TESTING:ON

Step 2. Eclipse plugin