Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
Kasper Lund edited this page Jan 20, 2015 · 16 revisions

Fletch

Build instructions (Mac and Linux only)

Fletch uses the Chromium gclient tool for managing dependencies (install depot_tools to get gclient) and the scons build system for building.

Setup Fletch repo (assumes that you have GitHub ssh keys setup):

$ mkdir fletch-repo
$ gclient config git@github.com:dart-lang/fletch.git
$ gclient sync
$ cd fletch

Build Fletch:

$ scons

Test Fletch:

$ ./tools/test.py