Dependencies
If software has dependencies, it means it depends on other software.
Often there’s a distribution system to install these dependencies. e.g. pip
There’s a link from the software to it’s dependencies.
often a dependency has
- A checksum
- A location
- A name
- A version
https://matklad.github.io/2024/12/30/what-is-dependency.html?utm_source=tldrnewsletter
Backlinks¶
- versioning
- Handling multiple versions of something,
- Maya plugin
- dependencies on:
- Maya plugin manager
- plugin dependencies
- vendoring
- Vendoring means copying the source code of another project into your project
- ensure fbx plugin is loaded in Maya
- dependencies between 2 Maya plugins