VTK/Building/VisualStudio

From KitwarePublic
< VTK‎ | Building
Revision as of 18:30, 2 June 2012 by Daviddoria (talk | contribs) (Created page with "With Visual Studio 2010 on Windows 7: * Launch the CMake GUI * Next to "Where is the source code:", click "Browse Source..." and navigate to where you cloned the repository with...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

With Visual Studio 2010 on Windows 7:

  • Launch the CMake GUI
  • Next to "Where is the source code:", click "Browse Source..." and navigate to where you cloned the repository with Git.
  • Next to "Where to build the binaries:", select "Browse Build..." and select a place to build the VTK library. I like to use c:\build\VTK. This directory should NOT be inside the directory where you cloned the repository.