From: ddzama Date: Wed, 4 May 2022 10:42:18 +0000 (+0300) Subject: 0032921: Update CMAKE requirements in documentation. X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=c45ac2784674dd2030194bb124b6216ca6d5f694;p=occt.git 0032921: Update CMAKE requirements in documentation. --- diff --git a/dox/build/build_occt/building_occt.md b/dox/build/build_occt/building_occt.md index 9dce288ef7..8180c85cb9 100644 --- a/dox/build/build_occt/building_occt.md +++ b/dox/build/build_occt/building_occt.md @@ -17,7 +17,7 @@ On Linux and macOS we recommend to use libraries maintained by distributive deve @section build_occt_win_cmake Building with CMake tool This chapter describes the [CMake](https://cmake.org/download/)-based build process, which is now suggested as a standard way to produce the binaries of Open CASCADE Technology from sources. -OCCT requires CMake version 2.8.12 or later. +OCCT requires CMake version 3.1 or later. CMake is a tool that generates the actual project files for the selected target build system (e.g. Unix makefiles) or IDE (e.g. Visual Studio 2010). Here we describe the build procedure on the example of Windows platform with Visual Studio 2010. diff --git a/dox/introduction/introduction.md b/dox/introduction/introduction.md index 0e18f48aa8..edfc7e9412 100644 --- a/dox/introduction/introduction.md +++ b/dox/introduction/introduction.md @@ -359,7 +359,7 @@ https://dev.opencascade.org/resources/download/3rd-party-components | Component | Where to find | Used for | Purpose | | --------- | ------------- | -------- | -------------------- | -| CMake 2.8+ | https://cmake.org/ | Configuration | Build from sources | +| CMake 3.1+ | https://cmake.org/ | Configuration | Build from sources | | Intel TBB 4.x or later | https://oneapi-src.github.io/oneTBB/ | All | Parallelization of algorithms (alternative to built-in thread pool) | | OpenGL 3.3+, OpenGL ES 2.0+ | System | Visualization | Required for using 3D Viewer | | OpenVR 1.10+ | https://github.com/ValveSoftware/openvr | Visualization | VR (Virtual Reality) support in 3D Viewer |