From 6849bb8c17d2d829871f7b2f22f1b27cbd1755d7 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Thu, 1 Sep 2022 09:07:40 +1000 Subject: [PATCH] OpenCascade is not practically optional for now --- src/ifcopenshell-python/docs/ifcopenshell/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst index a78f2cdba8..c630a8b0cc 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst @@ -18,8 +18,8 @@ You will need: IfcOpenShell depends on: - `Boost `__ -- (Optional) `OpenCascade `__ - for building IfcGeom - For converting IFC representation items into BRep solids and tessellated meshes +- `OpenCascade `__ - for building IfcGeom For + converting IFC representation items into BRep solids and tessellated meshes - (Optional) `OpenCOLLADA `__ - for IfcConvert to be able to write tessellated Collada (.dae) files - (Optional) `SWIG `__ and `Python