KWWidgets/Projects/3DWidgets/Part2/Widgets/VTKW
From KitwarePublic
Jump to navigationJump to search
Installing VTK on w Windows System
Error creating thumbnail: Unable to save thumbnail to destination
In a command window, type
cmakesetup .
cmake .
Lastly, you need to call the C++ compiler, as I used MinGW, the actual executable to call is mingw32-make.exe so I made a batch file to make it simpler 8)
make