Skip to content

Commit 60ef5ba

Browse files
authored
Update README.md
1 parent 0101e7d commit 60ef5ba

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Problems we are aware of but will not fix:
2424

2525
1. Give `set IFCOS_INSTALL_PYTHON=FALSE` before running build-deps.cmd.
2626
2. Make sure to give the build tools with build-deps.cmd, e.g. `build-deps.cmd vs2022-x64`. Despite the samples, this is not optional.
27-
3. Give the same tools for run-cmake.bat, and disable python: `run-cmake.bat vs2022-x64 -DBUILD_IFCPYTHON=0 -DCOLLADA_SUPPORT=0`
27+
3. Give the same tools for run-cmake.bat, and disable python: `run-cmake.bat vs2022-x64 -DBUILD_IFCPYTHON=0 -DCOLLADA_SUPPORT=0 -DHDF5_SUPPORT=0`
2828

2929

3030
**Windows v142**
3131

3232
1. Give `set IFCOS_INSTALL_PYTHON=FALSE` before running build-deps.cmd
3333
2. Make sure to give the build tools with build-deps.cmd, e.g. `build-deps.cmd vs2019-x64`. Despite the samples, this is not optional.
34-
3. Give the same tools for run-cmake.bat, and disable python: `run-cmake.bat vs2019-x64 -DBUILD_IFCPYTHON=0 -DCOLLADA_SUPPORT=0`
34+
3. Give the same tools for run-cmake.bat, and disable python: `run-cmake.bat vs2019-x64 -DBUILD_IFCPYTHON=0 -DCOLLADA_SUPPORT=0 -DHDF5_SUPPORT=0`
3535

3636
If receiving linker errors, replace the Boost environment variables with a 3rd party copy of Boost in `run-cmake.bat`, e.g.
3737

@@ -40,6 +40,8 @@ set BOOST_ROOT=D:\3drepo\bouncer\boost_1_86_0
4040
set BOOST_LIBRARYDIR=D:\3drepo\bouncer\boost_1_86_0\lib64-msvc-14.2
4141
```
4242

43+
The BOOST variables can also be updated in `win/run_cmake.bat`.
44+
4345
IfcOpenShell comes with its own version of OpenCascade (7.8.1).
4446

4547
It is necessary to copy the Eigen dependency into the installed `/include` folder, as `INSTALL` wont do it.

0 commit comments

Comments
 (0)