File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ Problems we are aware of but will not fix:
2424
25251 . Give ` set IFCOS_INSTALL_PYTHON=FALSE ` before running build-deps.cmd.
26262 . 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
32321 . Give ` set IFCOS_INSTALL_PYTHON=FALSE ` before running build-deps.cmd
33332 . 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
3636If 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
4040set 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+
4345IfcOpenShell comes with its own version of OpenCascade (7.8.1).
4446
4547It is necessary to copy the Eigen dependency into the installed ` /include ` folder, as ` INSTALL ` wont do it.
You can’t perform that action at this time.
0 commit comments