| commit | 38344c53c85f597056020136c8ae8627b6152890 | [log] [tgz] |
|---|---|---|
| author | James Robinson <jamesr@chromium.org> | Mon Oct 26 16:01:55 2015 -0700 |
| committer | James Robinson <jamesr@chromium.org> | Mon Oct 26 16:01:55 2015 -0700 |
| tree | 24023a95ec2644671b2235581e6142814da1d1d9 | |
| parent | 0aa23d05524ee4ed32781235c60e277ce4ec74e5 [diff] |
Update manifest for mojo 05590ffb41d33ee32552239f7bb25f878b2ed994 Change-Id: Ifa8482dea83f889664adc4f6bb9320b9488e0022
Contains the jiri manifest for the Mojo project
Mojo uses the jiri tool to manage repositories https://github.com/vanadium/go.jiri. This tool manages a set of repositories specified by a manifest. The $JIRI_ROOT variable determines where jiri and the Mojo repositories will be placed. To create a new Mojo checkout run this command with $JIRI_ROOT set to a path to hold the checkout. This path should not exist before running the script. The script requires that you have Go 1.4 or newer and Git installed and on your PATH.
curl https://mojo.googlesource.com/mojo-manifest/+/master/bootstrap.sh?format=TEXT | base64 -d | bash
bootstrap.sh will populate the directory pointed to by $JIRI_ROOT and prompt you to add entries to your PATH.
Mojo requires several libraries and tools to build and run. Many are placed within the checkout and updated whenever jiri update runs, but some must be installed on the system. Run
$JIRI_ROOT/src/build/install-build-deps.sh
to install these packages.
See https://github.com/domokit/mojo for instructions on building and running tests for Mojo.