Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VTK Version #5

Open
r614 opened this issue May 9, 2020 · 0 comments
Open

VTK Version #5

r614 opened this issue May 9, 2020 · 0 comments

Comments

@r614
Copy link

r614 commented May 9, 2020

Version 9.0.0 is unsupported, please specify which version of VTK is used to build in these steps:

Next download VTK from https://www.vtk.org/download/ , compile it with
VTK_RENDERING_BACKEND=OpenGL and install it. In case you are not familiar
with building libraries:
copy and extract the downloaded library somewhere (I personally put it in /opt).
then inside the extracted vtk folder:

mkdir build  && cd build
cmake  -DVTK_RENDERING_BACKEND=OpenGL ..
make -j8
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant