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

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

Issue 1661553002: Fix SampleApp instructions in the Windows quick-start (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 10 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++ 2013 Express 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#d-exp ress-windows-8)
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 that "One or more project s in the solution were not loaded 123 that "One or more project s in the solution were not loaded
124 correctly"... but there's probably nothing to worry about. 124 correctly"... but there's probably nothing to worry about.
125 125
126 5. In the "Debug" menu, click on "Start Debugging" (or just press 126 5. In the "Debug" menu, click on "Start Debugging" (or just press
127 F5). If you get a dialog saying that the project is out of date, 127 F5). If you get a dialog saying that the project is out of date,
128 click on "Yes" to rebuild it. 128 click on "Yes" to rebuild it.
129 129
130 6. Once the build is complete, you should see a window with various 130 6. Once the build is complete, you should see a window with various
131 example graphics. To move through the sample app, use the 131 example graphics. To move through the sample app, use the
132 following keypresses: 132 following keypresses:
133 - right-arrow key: cycle through different test pages 133 - right- and left-arrow key: cycle through different test pages
134 - left-arrow key: cycle through rendering methods for each test page 134 - 'D' key: cycle through rendering methods for each test page
135 - other keys are defined in SampleApp.cpp’s 135 - other keys are defined in SampleApp.cpp’s
136 SampleWindow::onHandleKey() and SampleWindow::onHandleChar() 136 SampleWindow::onHandleKey() and SampleWindow::onHandleChar()
137 methods 137 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