Install Notes VTK5 VC2010 Win64
Install Notes VTK5 VC2010 Win64
0
Installation Notes (Windows 7)
Carlos A. Vinhais
[email protected]
May, 2012
Choose the installation directory, e.g., C:\Program Files\Microsoft Visual Studio 10.0
Click on Configure
Specify the appropriate generator for the project (e.g. "Visual Studio 10 Win64")
Select "Use default native compilers"
Click on Finish
Click on Configure
Click on Generate
Locate the VC++ project (solution) VTK.sln, in the BINARY directory <DIR>\vtk-5.8.0\bin
Open Visual C++ 2010 Express and edit this project:
File -> Open -> Project/Solution... (CTRL+Shift+O)
Select <DIR>\vtk-5.8.0\bin\VTK.sln
Build VTK in mode Debug, configuration x64: Build -> Build solution (F7)
Build VTK in other modes/configurations
Congratulations!