Skip to content

Commit 3657ccb

Browse files
committed
Update README.md
1 parent ed52c9e commit 3657ccb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This is relatively efficient for small component sizes (up to 800x600). In addit
2424

2525
## Compile
2626

27-
- Build VTK with the following options:
27+
- Build and install VTK with the following options:
2828

2929
```
3030
BUILD_SHARED_LIBS=ON
@@ -33,7 +33,13 @@ VTK_WRAP_JAVA=ON
3333
CMAKE_BUILD_TYPE=Release
3434
```
3535

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.
3743
3844
- Open the `JVTK` project with NetBeans and compile (necessary preferences are already defined)
3945

0 commit comments

Comments
 (0)