From 33462ecc7c58f46c64ec563a38ffdd1c7d177588 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 9 Sep 2026 14:55:32 +0500 Subject: [PATCH] win/readme: drop stale `IFCOS_USE_OCCT` note (15c28a1) --- win/readme.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/win/readme.md b/win/readme.md index 1db3973656..8efc322679 100644 --- a/win/readme.md +++ b/win/readme.md @@ -51,17 +51,6 @@ The project will be installed to `installed-vs-\` folder required IfcOpenShell-Python parts are deployed to the `\Lib\site-packages\` folder. The 3ds Max plug-in, `IfcMax.dli`, needs to be copied manually to the 3ds Max's `plugins` folder. -**Note:** Currently all of the dependencies are build as static libraries against the static run-time allowing the -developer to effortlessly deploy standalone IFCOS executables. - -Using the official Open CASCADE release instead of community edition ---------------------------------------------- -Before building the dependencies, enable the OCCT usage: -``` -> set IFCOS_USE_OCCT=TRUE -> build-deps.cmd -``` - Using an already existing Python installation ---------------------------------------------