From 2949b238c1afc43e3cd3347b25d7ba59bfcc3369 Mon Sep 17 00:00:00 2001 From: ddzama Date: Fri, 9 Sep 2022 09:29:27 +0300 Subject: [PATCH] 0033137: Updating minimal supported Microsoft Visual Studio version up to 2015 (VC140). Microsoft Visual C++ compiler of version 2015 or higher should used to compile OCCT and Products on Windows. --- dox/introduction/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dox/introduction/introduction.md b/dox/introduction/introduction.md index edfc7e9412..866ef18100 100644 --- a/dox/introduction/introduction.md +++ b/dox/introduction/introduction.md @@ -341,7 +341,7 @@ The tables below describe the recommended software configurations for which OCCT | OS | Compiler | | --------- | ----------- | -| Windows | Microsoft Visual Studio: 2013 Update 5, 2015 Update 3, 2017 1, 2019, 2022
, LLVM (ClangCL), GCC 4.3+ (Mingw-w64)| +| Windows | Microsoft Visual Studio: 2015 Update 3, 2017 1, 2019, 2022
, LLVM (ClangCL), GCC 4.3+ (Mingw-w64)| | Linux | GNU gcc 4.3+
LLVM CLang 3.6+ | | OS X / macOS | XCode 6 or newer | | Android | NDK r12, GNU gcc 4.9 or newer |