The Build.bat file contains only one command, and this is "rake", which is Ruby Make . This is done in the current folder using the "rakefile" file to create the project.
So, you need a rake to be able to build using the bat file. If you use Windows, you can install Ruby using the Ruby installer for Windows , which includes rake.
source
share