summaryrefslogtreecommitdiff
path: root/math/vtk-examples/pkg-message
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-26 20:03:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-26 20:03:41 +0000
commit2bc3464d14d6b62ab53abebcbc35596a97cccec4 (patch)
tree9eddd0beaa3cee20fac5bdbacf02dec439b77bfb /math/vtk-examples/pkg-message
parentUpdate to 2.1.9. (diff)
- Update to 4.3.0
Rework this port and split it into logically independent parts Give maintainership to submitter PR: ports/57858 Submitted by: Mykola Khotyaintsev <ko@irfu.se>
Diffstat (limited to 'math/vtk-examples/pkg-message')
-rw-r--r--math/vtk-examples/pkg-message7
1 files changed, 7 insertions, 0 deletions
diff --git a/math/vtk-examples/pkg-message b/math/vtk-examples/pkg-message
new file mode 100644
index 000000000000..7358c60ffbbc
--- /dev/null
+++ b/math/vtk-examples/pkg-message
@@ -0,0 +1,7 @@
+To build and run C++ examples/tests you need to instal vtk, vtk-headers, cmake.
+
+To run Tcl, Python or Java examples/tests you need to install vtk and vtk-tcl,
+vtk-python or vtk-java correspondingly.
+
+Remember to set your VTK_DATA_ROOT variable to %%PREFIX%%/share/examples/vtk/VTKData
+before running examples/tests.