Building LuxCoreRender - FAQ: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 4: | Line 4: | ||
Build dependencies: | Build dependencies: | ||
Use local plain build or local CI build of LuxCoreDeps | Use local plain build or local CI build of LuxCoreDeps | ||
Revision as of 13:15, 10 February 2026
Is it possible, in a develop & debug context, to set-up a local-only build chain?
Yes it is!
Build dependencies:
Use local plain build or local CI build of LuxCoreDeps
Inject local dependencies in LuxCore build:
python -m build-system.luxmake.deps --local <path/to/deps>
Build a wheel for test:
make wheel-test
Inject wheel for test in Blender: Use BlendLuxHelper