File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,15 @@ if you'd like to contribute to Angular.
2222Before you can build and test Angular, you must install and configure the
2323following products on your development machine:
2424
25- * [ Dart] ( https://www.dartlang.org ) (version ` >=1.10.0-dev.1.10 <2.0.0 ` ), specifically the Dart-SDK and
25+ * [ Dart] ( https://www.dartlang.org ) (version ` >=1.12.0 <2.0.0 ` ), specifically the Dart-SDK and
2626 Dartium (a version of [ Chromium] ( http://www.chromium.org ) with native support for Dart through
2727 the Dart VM). One of the ** simplest** ways to get both is to install the ** Dart Editor bundle** ,
2828 which includes the editor, SDK and Dartium. See the [ Dart tools] ( https://www.dartlang.org/tools )
29- download [ page for instructions] ( https://www.dartlang.org/tools/download.html ) . You can also
30- download both ** stable** and ** dev** channel versions from the [ download
31- archive] ( https://www.dartlang.org/tools/download-archive ) .
29+ download [ page for instructions] ( https://www.dartlang.org/tools/download.html ) .
30+ You can also download both ** stable** and ** dev** channel versions from the [ download
31+ archive] ( https://www.dartlang.org/tools/download-archive ) . In that case, on Windows, Dart must be added
32+ to the ` Path ` (e.g. ` path-to-dart-sdk-folder\bin ` ) and a new ` DARTIUM_BIN ` environment variable must be
33+ created, pointing to the executable (e.g. ` path-to-dartium-folder\chrome.exe). `
3234
3335* [ Git] ( http://git-scm.com ) and/or the ** GitHub app** (for [ Mac] ( http://mac.github.com ) or
3436 [ Windows] ( http://windows.github.com ) ); [ GitHub's Guide to Installing
You can’t perform that action at this time.
0 commit comments