0

[Docs] Update to latest content on the wiki

TBR=nodir
BUG=524256

Review URL: https://codereview.chromium.org/1322903002

Cr-Commit-Position: refs/heads/master@{#346389}
This commit is contained in:
andybons
2015-08-31 08:37:40 -07:00
committed by Commit bot
parent 1465254878
commit 10c162bf2e
2 changed files with 12 additions and 8 deletions

@@ -1,10 +1,11 @@
# Cr # Cr
Cr is the new unified interface to the myriad tools we use while working within Cr is a tool that tries to hide some of the tools used for working on Chromium
a chromium checkout. Its main additional feature is that it allows you to build behind an abstraction layer. Nothing that cr does can't be done manually, but cr
many configurations and run targets within a single checkout (by not relying on attempts to make things nicer. Its main additional feature is that it allows you
a directory called 'out'). This is especially important when you want to to build many configurations and run targets within a single checkout (by not
cross-compile (for instance, building android from linux or building arm from relying on a directory called 'out'). This is especially important when you want
to cross-compile (for instance, building android from linux or building arm from
intel), but it extends to any build variation. intel), but it extends to any build variation.
[TOC] [TOC]

@@ -92,9 +92,12 @@ same directory as your checkout.
### Install the C Development Tools ("CDT") ### Install the C Development Tools ("CDT")
1. From the Help menu, select Install New Software... 1. From the Help menu, select Install New Software...
1. Select the URL for the CDT, 1. Select the 'Workd with' URL for the CDT
http://download.eclipse.org/tools/cdt/releases/kepler 1. If it's not there you can click Add... and add it.
1. If it's not there you can click Add... and add it. 1. See https://eclipse.org/cdt/downloads.php for up to date
versions.
1. e.g. with CDT 8.7.0 for Eclipse Mars, use
http://download.eclipse.org/tools/cdt/releases/8.7
1. Googlers: We have a local mirror, but be sure you run prodaccess before 1. Googlers: We have a local mirror, but be sure you run prodaccess before
trying to use it. trying to use it.
1. Select & install the Main and Optional features. 1. Select & install the Main and Optional features.