Skip to content

Commit e2fe05d

Browse files
authored
Update README with details on local builds and debugging
Clarify usage of Github Actions and local builds in README.
1 parent 0ce8e88 commit e2fe05d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ sources provides the following benefits:
6868
- Dependency source code can be patched if needed.
6969

7070
LuxCoreDeps is exclusively intended to be run in continuous integration by
71-
Github Actions.
71+
Github Actions. Other builds may exist, in local machines, but they should be
72+
restricted to debugging.
7273

7374
To trigger dependency build & publish, use **LuxCore Dependency Releaser** action,
7475
with `Run workflow` button:
@@ -121,7 +122,12 @@ However, a few ones did not exist on-the-shelf and were created as local recipes
121122
Dependency build can be debugged locally using `nektos/act`
122123
(https://github.com/nektos/act).
123124

124-
`utils/debug.sh` contains a working example of `act`invokation under Linux.
125+
`utils/CI-local-build.sh` contains a working example of `act`invokation under Linux.
126+
127+
### More information
128+
Some more information is available in LuxCore wiki:
129+
- https://wiki.luxcorerender.org/Building_LuxCoreRender
130+
- https://wiki.luxcorerender.org/Building_LuxCoreRender_-_FAQ
125131

126132
## License
127133
This code is released under Apache 2.0 license.

0 commit comments

Comments
 (0)