Add link to building wiki page

BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org/2220353002 .
This commit is contained in:
Michael Thomsen 2016-08-08 10:41:51 +02:00
parent 36f52dd43f
commit cfc2f577e1

View file

@ -58,8 +58,9 @@
### Dart VM
* The dependency on BoringSSL has been rolled forward. Going forward, builds
of the Dart VM including secure sockets will require a compiler with C11
support, and to link against glib 2.16 or newer.
of the Dart VM including secure sockets will require a compiler with C++11
support, and to link against glib 2.16 or newer. For details, see the
[Building wiki page](https://github.com/dart-lang/sdk/wiki/Building).
### Tool Changes