From 3ee9e6f45c05ef1d5f8590cb53809901e4f9782c Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 30 Aug 2022 22:24:56 +1000 Subject: [PATCH] Remove mention of outdated 3DS max from install instructions --- src/ifcopenshell-python/docs/ifcopenshell/installation.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst index 9e15a7df15..a7ff243419 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst @@ -27,10 +27,6 @@ IfcOpenShell depends on: and use in the BlenderBIM Add-on - (Optional) `HDF5 `__ - for caching geometry using the HDF5 format -- (Optional) `3ds Max SDK - `__ - for building the - 3ds Max plug-in. All recent versions of 3ds Max (2014 and newer) are 64-bit - only, so a 64-bit installation is assumed. Compiling on Linux ------------------ @@ -132,7 +128,7 @@ operating systems. GCC (4.7 or newer) or Clang (any version) is required. -DOCC_INCLUDE_DIR=/usr/include/ \ # Optional Collada support - -COLLADA_SUPPORT=On + -DCOLLADA_SUPPORT=On -DOPENCOLLADA_INCLUDE_DIR="/usr/local/include/opencollada" \ -DOPENCOLLADA_LIBRARY_DIR="/usr/local/lib/opencollada" \ -DPCRE_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu/ \