Mention builds website in docs.

This commit is contained in:
Dion Moult
2025-01-20 12:15:49 +11:00
parent a65aa92c87
commit 193ff1cd0c
@@ -174,10 +174,16 @@ in the `rem` tags.
After you modify your code in the Git repository, you will need to restart
Blender for the changes to take effect.
If there are changes to the IfcOpenShell binaries, you may replace the two
``*ifcopenshell_wrapper*`` files with new ones downloaded from the automated
`IfcOpenShell builds directory <https://builds.ifcopenshell.org/>`__.
The downside with this approach is that if a new dependency is added, or a
compiled dependency version requirement has changed, or the build system
changes, you'll need to fix your setup manually. But this is relatively rare.
Reviewing the Makefile history, `here <https://github.com/IfcOpenShell/IfcOpenShell/commits/v0.8.0/src/bonsai/Makefile>`__, is one quick way to see if a dependency has changed.
compiled dependency has changed (that is not available via the build
directory), or the build system changes, you'll need to fix your setup
manually. But this is relatively rare. Reviewing the Makefile history, `here
<https://github.com/IfcOpenShell/IfcOpenShell/commits/v0.8.0/src/bonsai/Makefile>`__,
is one quick way to see if a dependency has changed.
.. seealso::