VTK/Building/VisualStudio: Difference between revisions

From KitwarePublic
< VTK‎ | Building
Jump to navigationJump to search
(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...")
 
mNo edit summary
Line 4: Line 4:
* Next to "Where is the source code:", click "Browse Source..." and navigate to where you cloned the repository with Git.
* 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.
* 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.
* Click "Configure", and then specify "Visual Studio 10" as the generator for this project.
* Choose your build options. I like to UNCHECK BUILD_EXAMPLES and BUILD_TESTING as they speed up the build process significantly.

Revision as of 18:39, 2 June 2012

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.
  • Click "Configure", and then specify "Visual Studio 10" as the generator for this project.
  • Choose your build options. I like to UNCHECK BUILD_EXAMPLES and BUILD_TESTING as they speed up the build process significantly.