X Tutup
Skip to content

Commit 9b009b3

Browse files
marclavalmhevery
authored andcommitted
chore(DEVELOPER.md): add details for configuring Dart on Windows
Follows angular#3865 Closes angular#3939
1 parent d4383af commit 9b009b3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

DEVELOPER.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ if you'd like to contribute to Angular.
2222
Before you can build and test Angular, you must install and configure the
2323
following 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

0 commit comments

Comments
 (0)
X Tutup