Commit 3657ccb 1 parent ed52c9e commit 3657ccb Copy full SHA for 3657ccb
File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ This is relatively efficient for small component sizes (up to 800x600). In addit
24
24
25
25
## Compile
26
26
27
- - Build VTK with the following options:
27
+ - Build and install VTK with the following options:
28
28
29
29
```
30
30
BUILD_SHARED_LIBS=ON
@@ -33,7 +33,13 @@ VTK_WRAP_JAVA=ON
33
33
CMAKE_BUILD_TYPE=Release
34
34
```
35
35
36
- - Copy the content of ` $VTKBUILD/bin ` to ` JVTK/natives ` (` $VTKBUILD ` is the location of the VTK build folder)
36
+ - Copy the content of ` $VTK_INSTALL_DIR/bin ` to ` JVTK/natives ` (` $VTK_INSTALL_DIR ` is the location of the VTK
37
+ install folder)
38
+ > ** NOTE**
39
+ > On Windows it is necessary to copy the runtime dependencies to the native folder as well, even if they are
40
+ > present in the ` C:\Windows\System32 ` folder. If VTK has been compiled with Visual Studio 2010 at least the
41
+ > runtime files ` msvcr100.dll ` and ` msvcp100.dll ` must be deployed.
42
+ > See [ Deploying a Visual C++ Application] ( http://msdn.microsoft.com/en-us/library/dd293565.aspx ) for details.
37
43
38
44
- Open the ` JVTK ` project with NetBeans and compile (necessary preferences are already defined)
39
45
You can’t perform that action at this time.
0 commit comments