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

Side by Side Diff: docs/windows_build_instructions.md

Issue 2630463002: Point external win build docs directly to internal win build docs (Closed)
Patch Set: Created 3 years, 11 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 # Checking out and Building Chromium for Windows 1 # Checking out and Building Chromium for Windows
2 2
3 There are instructions for other platforms linked from the 3 There are instructions for other platforms linked from the
4 [get the code](get_the_code.md) page. 4 [get the code](get_the_code.md) page.
5 5
6 ## Instructions for Google Employees 6 ## Instructions for Google Employees
7 7
8 Are you a Google employee? See 8 Are you a Google employee? See
9 [go/building-chrome](https://goto.google.com/building-chrome) instead. 9 [go/building-chrome-win](https://goto.google.com/building-chrome-win) instead.
10 10
11 [TOC] 11 [TOC]
12 12
13 ## System requirements 13 ## System requirements
14 14
15 * A 64-bit Intel machine with at least 8GB of RAM. More than 16GB is highly 15 * A 64-bit Intel machine with at least 8GB of RAM. More than 16GB is highly
16 recommended. 16 recommended.
17 * At least 100GB of free disk space. 17 * At least 100GB of free disk space.
18 * Visual Studio 2015 Update 3, see below (no other version is supported). 18 * Visual Studio 2015 Update 3, see below (no other version is supported).
19 * Windows 7 or newer. 19 * Windows 7 or newer.
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 $ gclient sync 228 $ gclient sync
229 ``` 229 ```
230 230
231 The first command updates the primary Chromium source repository and rebases 231 The first command updates the primary Chromium source repository and rebases
232 any of your local branches on top of tip-of-tree (aka the Git branch `origin/mas ter`). 232 any of your local branches on top of tip-of-tree (aka the Git branch `origin/mas ter`).
233 If you don't want to use this script, you can also just use `git pull` or 233 If you don't want to use this script, you can also just use `git pull` or
234 other common Git commands to update the repo. 234 other common Git commands to update the repo.
235 235
236 The second command syncs the subrepositories to the appropriate versions and 236 The second command syncs the subrepositories to the appropriate versions and
237 re-runs the hooks as needed. 237 re-runs the hooks as needed.
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