KWWidgets/Projects/3DWidgets/Part2/Widgets/VTKW: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
(No difference)

Revision as of 11:54, 3 January 2007

Installing VTK on w Windows System

CVS Command 2



In a command window, type

cmakesetup .

CVS Command 2

cmake .

CVS Command 2

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

CVS Command 2