KWWidgets/Projects/3DWidgets/Part2/Widgets/VTKW

From KitwarePublic
Revision as of 11:54, 3 January 2007 by Xavor (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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