From 127330f9d7ec8c87f4ec37ca8c93bbf65866cdee Mon Sep 17 00:00:00 2001 From: kgv Date: Sat, 20 Feb 2021 13:33:19 +0300 Subject: [PATCH 1/1] 0032147: Documentation - drop mentioning of WOK from build_3rdparty --- dox/build/build_3rdparty/building_3rdparty.md | 7 +------ dox/build/build_occt/building_occt.md | 2 -- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/dox/build/build_3rdparty/building_3rdparty.md b/dox/build/build_3rdparty/building_3rdparty.md index 165c0dab61..889969def1 100644 --- a/dox/build/build_3rdparty/building_3rdparty.md +++ b/dox/build/build_3rdparty/building_3rdparty.md @@ -446,12 +446,7 @@ Download the necessary archive from https://www.vtk.org/VTK/resources/software.h All 3rd-party products required for building of OCCT could be installed from official repositories. You may install them from console using apt-get utility: - sudo apt-get install tcllib tklib tcl-dev tk-dev libfreetype-dev libxt-dev libxmu-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libfreeimage-dev libtbb-dev - -To launch binaries built with WOK you need to install C shell and 32-bit libraries on x86_64 distributives: - - # you may need to add i386 if not done already by command "dpkg --add-architecture i386" - sudo apt-get install csh libstdc++6:i386 libxt6:i386 libxext6:i386 libxmu6:i386 + sudo apt-get install tcllib tklib tcl-dev tk-dev libfreetype-dev libxt-dev libxmu-dev libxi-dev libgl1-mesa-dev libfreeimage-dev Building is possible with C++ compliant compiler: diff --git a/dox/build/build_occt/building_occt.md b/dox/build/build_occt/building_occt.md index ebaf43c1d1..c49f228519 100644 --- a/dox/build/build_occt/building_occt.md +++ b/dox/build/build_occt/building_occt.md @@ -15,8 +15,6 @@ On OS X we recommend to use native libraries. This article describes the **CMake**-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*. -@note Compared to the previous (6.x) releases of Open CASCADE Technology, OCCT 7.x has a complete set of CMake scripts and projects, so that there is no need to use WOK anymore. Moreover, CMake gives you a powerful configuration tool, which allows to control many aspects of OCCT deployment. At the same time this tool is quite intuitive, which is a significant advantage over the legacy WOK utilities. - Here we describe the build procedure on the example of Windows platform with Visual Studio 2010. However, CMake is cross-platform and can be used to build OCCT on Linux and OS X in essentially the same way. -- 2.20.1