From a23bac6ecbe5a2510eb9ee3113c712cd65c88503 Mon Sep 17 00:00:00 2001 From: Ryan Schultz Date: Fri, 9 Dec 2022 10:31:57 -0600 Subject: [PATCH] where to look to see if a dependency has changed. --- src/blenderbim/docs/devs/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/blenderbim/docs/devs/installation.rst b/src/blenderbim/docs/devs/installation.rst index c32529b36a..cd38b66c3f 100644 --- a/src/blenderbim/docs/devs/installation.rst +++ b/src/blenderbim/docs/devs/installation.rst @@ -153,6 +153,7 @@ Blender for the changes to take effect. 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 `__, is one quick way to see if a dependency has changed. .. seealso::