mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
08220d77b2
Closes #13. Change-Id: I0c92029ef60c873154a6f09960d5a7a6076cdeff
44 lines
1.3 KiB
HTML
44 lines
1.3 KiB
HTML
<!--
|
|
Copyright 2014 Google Inc.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<p>
|
|
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 <a href="http://www.cygwin.com/">Cygwin</a> to provide the
|
|
necessary tools.
|
|
</p>
|
|
|
|
<p>
|
|
Simply install Cygwin and take care to select these non-default packages:
|
|
|
|
<ul>
|
|
<li>git</li>
|
|
<li>python</li>
|
|
</ul>
|
|
</p>
|
|
|
|
<p>
|
|
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.
|
|
</p>
|
|
|
|
<p>
|
|
Once the installation is complete, simply follow the normal build procedures as
|
|
outlined in <a href="tutorial-dev.html">Shaka Player Development</a>.
|
|
</p>
|
|
|