Skip to content

Commit 8d45672

Browse files
authored
Update install_vtk.md
1 parent 36f14ec commit 8d45672

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: install_vtk.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# standard cmake
22
- `mkdir build; cd build; ccmake ..`
33
- For RHEL7, opengl2.1 might not be able to run regular VTK library
4-
- Recompile with `VTK_RENDERING_BACKEND=OpenGL` while the default is OpenGL2
4+
- Use 7.1.1
5+
- Set `VTK_RENDERING_BACKEND=OpenGL` while the default is OpenGL2
6+
- wrap with python or conda when available
7+
- Choose python version as 2 or 3
58
- `make -j 10; make install`
69
- Copy $PREFIX/lib/python3.x/site-packages/vtk to $PYTHONE_HOME/lib/python3.x/site-packages

0 commit comments

Comments
 (0)