We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f14ec commit 8d45672Copy full SHA for 8d45672
install_vtk.md
@@ -1,6 +1,9 @@
1
# standard cmake
2
- `mkdir build; cd build; ccmake ..`
3
- 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
+ - 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
8
- `make -j 10; make install`
9
- Copy $PREFIX/lib/python3.x/site-packages/vtk to $PYTHONE_HOME/lib/python3.x/site-packages
0 commit comments