OLD | NEW |
1 Windows | 1 Windows |
2 ======= | 2 ======= |
3 | 3 |
4 Prerequisites | 4 Prerequisites |
5 ------------- | 5 ------------- |
6 | 6 |
7 Make sure the following have been installed: | 7 Make sure the following have been installed: |
8 | 8 |
9 * [Visual C++ 2013 Express or later, available for | 9 * [Visual C++ 2015u2 or later, available for |
10 free](https://www.visualstudio.com/downloads/download-visual-studio-vs#d-exp
ress-windows-8) | 10 free](https://www.visualstudio.com/downloads/download-visual-studio-vs) |
11 | 11 |
12 * [Chromium depot_tools](https://www.chromium.org/developers/how-tos/depottool
s) | 12 * [Chromium depot_tools](https://www.chromium.org/developers/how-tos/depottool
s) |
13 | 13 |
14 * Git | 14 * Git |
15 - Either use the mysygit installed by depot_tools | 15 - Either use the mysygit installed by depot_tools |
16 - Or [install git-for-windows | 16 - Or [install git-for-windows |
17 yourself](https://git-for-windows.github.io/). | 17 yourself](https://git-for-windows.github.io/). |
18 | 18 |
19 * Python 2.7.x (if you're not planning to use cygwin) | 19 * Python 2.7.x (if you're not planning to use cygwin) |
20 - available for free download at | 20 - available for free download at |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 click on "Yes" to rebuild it. | 133 click on "Yes" to rebuild it. |
134 | 134 |
135 6. Once the build is complete, you should see a window with various | 135 6. Once the build is complete, you should see a window with various |
136 example graphics. To move through the sample app, use the | 136 example graphics. To move through the sample app, use the |
137 following keypresses: | 137 following keypresses: |
138 - right- and left-arrow key: cycle through different test pages | 138 - right- and left-arrow key: cycle through different test pages |
139 - 'D' key: cycle through rendering methods for each test page | 139 - 'D' key: cycle through rendering methods for each test page |
140 - other keys are defined in SampleApp.cpp’s | 140 - other keys are defined in SampleApp.cpp’s |
141 SampleWindow::onHandleKey() and SampleWindow::onHandleChar() | 141 SampleWindow::onHandleKey() and SampleWindow::onHandleChar() |
142 methods | 142 methods |
OLD | NEW |