Commit 6f0c17c7 by Jamie Madill

Update docs to mention Win 10 SDK is required.

Uncovered this after reports to the Google group. Also fix a minor documentation issue with Windows store. BUG=angleproject:1944 BUG=angleproject:1255 Change-Id: Ib4fc784a818cf65e280630db483987cc01366994 Reviewed-on: https://chromium-review.googlesource.com/657881Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent ec3a9cbb
...@@ -22,7 +22,8 @@ Download the ANGLE source by running the following commands: ...@@ -22,7 +22,8 @@ Download the ANGLE source by running the following commands:
``` ```
git clone https://chromium.googlesource.com/angle/angle git clone https://chromium.googlesource.com/angle/angle
python angle/scripts/bootstrap.py cd angle
python scripts/bootstrap.py
gclient sync gclient sync
git checkout master git checkout master
``` ```
......
...@@ -17,8 +17,8 @@ On Windows: ...@@ -17,8 +17,8 @@ On Windows:
* [Visual Studio Community 2015 Update 3](https://www.visualstudio.com/en-us/news/releasenotes/vs2015-update3-vs) * [Visual Studio Community 2015 Update 3](https://www.visualstudio.com/en-us/news/releasenotes/vs2015-update3-vs)
* Required to build ANGLE on Windows and for the packaged Windows 10 SDK. Note: Chrome is in the process of upgrading to Visual Studio 2017. ANGLE will switch over once Chrome does. * Required to build ANGLE on Windows and for the packaged Windows 10 SDK. Note: Chrome is in the process of upgrading to Visual Studio 2017. ANGLE will switch over once Chrome does.
* [Windows 10 Standalone SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) (recommended) * [Windows 10 Standalone SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk)
* Not required to build, but comes with additional features that aid ANGLE development, such as the Debug runtime for D3D11. * Comes with additional features that aid development, such as the Debug runtime for D3D11. Required for the D3D Compiler DLL.
* [Cygwin's Bison, flex, and patch](https://cygwin.com/setup-x86_64.exe) (optional) * [Cygwin's Bison, flex, and patch](https://cygwin.com/setup-x86_64.exe) (optional)
* This is only required if you need to modify GLSL ES grammar files (`glslang.l` and `glslang.y` under `src/compiler/translator`, or `ExpressionParser.y` and `Tokenizer.l` in `src/compiler/preprocessor`). * This is only required if you need to modify GLSL ES grammar files (`glslang.l` and `glslang.y` under `src/compiler/translator`, or `ExpressionParser.y` and `Tokenizer.l` in `src/compiler/preprocessor`).
Use the latest versions of bison, flex and patch from the 64-bit cygwin distribution. Use the latest versions of bison, flex and patch from the 64-bit cygwin distribution.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment