The Shaka Player library's build scripts assume the presence of tools which are readily available on Linux and Mac systems. If you need to build the library on Windows, you can use Cygwin to provide the necessary tools.
Simply install Cygwin and take care to select these non-default packages:
- git
- python
In addition to Cygwin, you will need to have a Java runtime environment such as JRE 7 or better. Java should be in your PATH, and "java -version" should report at least version 1.7.
Once the installation is complete, simply follow the normal build procedures as outlined in Shaka Player Development.