Building blender benchmark on Windows #76004
Labels
No Label
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from Developers
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/blender-open-data#76004
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi all, I'm trying to build Blender Benchmark on Windows in accordance with the instructions here:
https://developer.blender.org/source/blender-open-data/browse/master/launcher/BUILD.md
and after installing everything described in the doc, and running 'make', I see this error:
There is no 'autogen.sh', am I missing something here? Incidentally, the same things happen when I try:
What am I missing?
Added subscribers: @easythrees, @fsiddi
It looks like you are missing submodules. Did you follow the instructions in DEVELOP.md ?
Hi Francesco, yes I did. I should note though that the instructions for setting up or getting a blender ID are not clear to me, so I have not been able to finish that part. However that shouldn't affect a build step right?
Setting up Blender ID is unrelated. Can you navigate to
/c/dev/foo/blender_benchmark_src/blender-open-data/launcher/
, typegit submodule init
and paste the output here?