Trying to run Blender dailybuild on perforce

Hi Guys!
I am currently writing some automation that needs blender, and I wanted to supply all dependencies.
So I naively put a daily blender build on a version control system (perforce server)

Unfortunately when my colleagues start blender all UI elements are missing. no buttons, etc.
Are there files that need to go on a ignorelist for write access?

No Buttons:

Looks like you ran make in the build folder, but not make install to copy all the required files into the bin folder.

2 Likes

Thank you very much, LazyDodo that was in fact the right hint!

After making that specific mistake a few times, you recognize the symptoms :slight_smile: