1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0032974: Configuration - update environment for VS2022

removing a repeating condition in install.bat

add vc143 in .md files
This commit is contained in:
afokin
2022-05-25 11:56:13 +03:00
committed by inv
parent 795c0d5d73
commit 23c56fc66a
8 changed files with 20 additions and 1 deletions

View File

@@ -462,7 +462,7 @@ To run any Open CASCADE Technology application you need to set the environment v
You can define the environment variables with env.bat script located in the
$CASROOT folder. This script accepts two arguments to be used:
the version of Visual Studio (vc12 -- vc142) and the architecture (win32 or win64).
the version of Visual Studio (vc12 -- vc143) and the architecture (win32 or win64).
The additional environment settings necessary for compiling OCCT libraries and samples
by Microsoft Visual Studio can be set using script custom.bat located in the same folder.