From 7e117bca90a03386bd03fe0d4d61aab9013d654a Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 15 Jul 2024 14:18:22 +0500 Subject: [PATCH] Move supported OCCT version in docs to general dependencies --- src/ifcopenshell-python/docs/ifcopenshell/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst index efac9839db..99816bda1a 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst @@ -22,7 +22,8 @@ IfcOpenShell depends on: - `Boost `__ - `OpenCascade `__ - for building IfcGeom For - converting IFC representation items into BRep solids and tessellated meshes + converting IFC representation items into BRep solids and tessellated meshes. + Officially v7.5.0 is supported. Other versions may have unexpected behaviour. - (Optional) `OpenCOLLADA `__ - for IfcConvert to be able to write tessellated Collada (.dae) files - (Optional) `SWIG `__ and `Python @@ -61,8 +62,7 @@ operating systems. GCC (4.7 or newer) or Clang (any version) is required. sudo apt-get install git cmake gcc g++ libboost-all-dev libcgal-dev -3. Install OpenCascade Technology (OCCT). Officially v7.5.0 is supported. Other - versions may have unexpected behaviour. +3. Install OpenCascade Technology (OCCT). .. code-block:: bash