commit | f9b1d7969b379d8d21b1164fa6766bfe91dcd157 | [log] [tgz] |
---|---|---|
author | Aaron Boodman <aa@chromium.org> | Thu Oct 23 13:35:57 2014 -0700 |
committer | Aaron Boodman <aa@chromium.org> | Thu Oct 23 13:35:57 2014 -0700 |
tree | d14e0622849c9e30c3170e001eeb49eb6bd8e015 | |
parent | aa2f584a6b8ab1896118040d83e7d305bce64aa0 [diff] |
Revert "Remove 'mojo_' prefix from all mojo applications." Accidentally included changes I didn't intend to. This reverts commit a10f671deab80232ec05e00924dd323fc4d13675. TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/659733003
This repo uses gclient to manage dependencies, so to build things from this repo you have to first download depot_tools and make sure it is in your path:
http://www.chromium.org/developers/how-tos/install-depot-tools
Then, create a directory somewhere for your checkout, cd into it, and run the following commands:
$ fetch mojo # use --target_os=android if you want an Android build. $ cd src $ ./build/install-build-deps.sh
This creates a directory called ‘src’ under your checkout directory, clones the repository and its dependencies, and installs any packages needed to build.
You can then build Mojo by running:
$ gn gen out/Debug $ ninja -C out/Debug mojo