Monday, 10 October 2011

Where can I Get the source

A brief summary on how to access the source code. You can also browse the repository or list the changes.
There are certain pre-requisites required for building Dart. If your machine is already setup to build Chromium, then you may skip this step. Otherwise prepare your machine according to these instructions - see PreparingYourMachine .
Committers: For all instructions below use https instead of http. Also use your Google Code Password when prompted.

Getting the source

Create a directory into which you want to checkout the Dart sources and change into that directory.

Getting everything

gclient config http://dart.googlecode.com/svn/branches/bleeding_edge/deps/all.deps
gclient sync
For instructions how to build and test refer to "Build everything".

Getting the standalone VM

gclient config http://dart.googlecode.com/svn/branches/bleeding_edge/deps/standalone.deps
gclient sync

No comments:

Post a Comment