Difference between revisions of "VTK/Eclipse Plugin"
From KitwarePublic
< VTK
Jump to navigationJump to searchJPouderoux (talk | contribs) (Created page with "This page describe how to create an Eclipse plugin that embeds the VTK library.") |
JPouderoux (talk | contribs) |
||
Line 1: | Line 1: | ||
This page describe how to create an Eclipse plugin that embeds the VTK library. | 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 |
Revision as of 11:08, 7 January 2013
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