Ubuntu install VTK:
Required packages :
sudo apt-get install nvidia-current cmake libglu1-mesa-dev python-vtk g++ libxt-dev
Download VTK :
tar -zxvf vtk.tar.gz VTK
cmake VTK/.
I got error like iostream.h not found,
than I removed whole build directory and reopen archive again.
This time it seems working.
No comments:
Post a Comment