Page MenuHome

[windows/make.bat] add option to automatically download libs.
ClosedPublic

Authored by Ray Molenkamp (LazyDodo) on Aug 11 2017, 6:31 PM.

Details

Summary

The thing that most often still goes wrong for new users building blender on windows is checking out the libraries, some skip over the wiki, some check out to the wrong folder, in an effort to reduce the time i spend on this, I added detection of svn and misisng libs to make.bat .

When the user has svn installed, and the libdir is missing he'll be asked if he wants to download them

if svn is not installed, or the user chooses 'no' the current error message is shown.

Diff Detail

Repository
rB Blender

Event Timeline

Sounds fine to me.

make.bat
232

Guess we need to mention something about user not willing to download?
Also, any chance we can avoid fully duplicated error message with below?

remove duplicated message, split up some of the messages so we don't have insanely long lines

Ray Molenkamp (LazyDodo) marked an inline comment as done.Aug 11 2017, 8:46 PM
Ray Molenkamp (LazyDodo) added inline comments.
make.bat
232

Yeah, much nicer now.

Ray Molenkamp (LazyDodo) marked an inline comment as done.Aug 11 2017, 8:47 PM
This revision is now accepted and ready to land.Aug 11 2017, 8:47 PM
This revision was automatically updated to reflect the committed changes.