Windows content error, unable to verify steps #9

Closed
opened 2024-01-20 05:10:56 +01:00 by PlayerX · 3 comments

https://developer.blender.org/docs/handbook/building_blender/windows/
There is no 'make' command on Windows, and there is no explanation on how to make the 'make' command available.

https://developer.blender.org/docs/handbook/building_blender/windows/ There is no 'make' command on Windows, and there is no explanation on how to make the 'make' command available.

make is bat file in root folder of your blender fork. To make it avalible, you need to go in your fork folder (as in cd C:\blender-git\blender example).

`make` is `bat` file in root folder of your blender fork. To make it avalible, you need to go in your fork folder (as in `cd C:\blender-git\blender` example).

The documentation is correct, and it's indeed a .bat file that comes with the sources.

The documentation is correct, and it's indeed a `.bat` file that comes with the sources.
Member

This can indeed be a bit confusing (had the same experience in the past), so added code annotations to make this more clear, f456d6a66f:

Screenshot from 2024-01-22 17-06-08.png Screenshot from 2024-01-22 17-06-04.png
This can indeed be a bit confusing (had the same experience in the past), so added code annotations to make this more clear, f456d6a66f: | | | | --- | --- | | ![Screenshot from 2024-01-22 17-06-08.png](/attachments/f84ad043-9d0a-49e0-80d9-792c6171bf4c) | ![Screenshot from 2024-01-22 17-06-04.png](/attachments/7c262e35-8704-4c18-96e0-4a3cbde31237) |
Sign in to join this conversation.
No Label
No Milestone
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-developer-docs#9
No description provided.