[Install] VTK μ€μΉνκΈ°
VTK 8.2.0 λ²μ μ μ€μΉν΄λ³΄μ!
How to install VTK
Download source file from here
$ tar -xf VTK-8.2.0.tar.gz
$ cd VTK-8.2.0 && mkdir build && cd build
$ cmake ..
$ make
$ sudo make install
$ sudo ldconfig
Leave a comment