0032714: Documentation - drop VS2010 from minimal requirements

This commit is contained in:
kgv
2021-12-05 00:36:18 +03:00
committed by smoskvin
parent 03eb96038e
commit 68a8b15260
4 changed files with 36 additions and 34 deletions

View File

@@ -241,7 +241,7 @@ VTK is an open-source, freely available software system for 3D computer graphics
2. Use CMake to generate VS projects for building the library:
- Start CMake-GUI and select VTK folder as source path, and the folder of your choice for VS project and intermediate build data.
- Click **Configure**.
- Select the VS version to be used from the ones you have installed (we recommend using VS 2010) and the architecture (32 or 64-bit).
- Select the VS version to be used from the ones you have installed (we recommend using VS 2015) and the architecture (32 or 64-bit).
- Generate VS projects with default CMake options. The open solution *VTK.sln* will be generated in the build folder.
3. Build project VTK in Release mode.