win/readme: drop stale IFCOS_USE_OCCT note (15c28a1)

This commit is contained in:
Andrej730
2026-09-09 14:55:32 +05:00
parent 39e331fb5a
commit 33462ecc7c
-11
View File
@@ -51,17 +51,6 @@ The project will be installed to `installed-vs<VERSION>-<ARCHITECTURE>\` folder
required IfcOpenShell-Python parts are deployed to the `<PYTHONHOME>\Lib\site-packages\` folder. The 3ds Max plug-in, required IfcOpenShell-Python parts are deployed to the `<PYTHONHOME>\Lib\site-packages\` folder. The 3ds Max plug-in,
`IfcMax.dli`, needs to be copied manually to the 3ds Max's `plugins` folder. `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 Using an already existing Python installation
--------------------------------------------- ---------------------------------------------