Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: README.md

Issue 667173002: Add instructions to mojo README to cover installing build dependencies. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: no owners Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 04c8303f63725ef072a1f468594060a21962c9cf..e9635d502d41738792291f77616eb7491c3d517d 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,14 @@ target_os = ['android']
Then run 'gclient sync' from the directory containing the .gclient file.
This will clone this repository into a subdirectory called 'src'. From that
-directory, you can then build by running:
+directory, you can then ensure you have all the dependencies installed by
+running:
+
+```
+$ ./build/install-build-deps.sh
+```
+
+You can then build by running:
```
$ gn gen out/Debug
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698