From 30f63b7d676e8687bc7abb74abf68c1e807c34d0 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Wed, 27 Mar 2024 15:55:44 +1100 Subject: [PATCH] Minor note about which OCCT version is currently supported --- src/ifcopenshell-python/docs/ifcopenshell/installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst index 7d5aec6e00..2226847a0b 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst @@ -61,7 +61,8 @@ 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). +3. Install OpenCascade Technology (OCCT). Officially v7.5.0 is supported. Other + versions may have unexpected behaviour. ::