Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: site/user/quick/windows.md

Issue 2019093002: Update VC++ version in Windows quick start. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698