Revision: 22128
Author: [email protected]
Date: Tue Jul 1 14:58:43 2014 UTC
Log: added make dependencies step
http://code.google.com/p/v8/source/detail?r=22128
Modified:
/wiki/UsingGit.wiki
=======================================
--- /wiki/UsingGit.wiki Tue Jul 1 14:53:55 2014 UTC
+++ /wiki/UsingGit.wiki Tue Jul 1 14:58:43 2014 UTC
@@ -64,6 +64,10 @@
{{{
git cl config http://v8.googlecode.com/svn
}}}
+ # Install required dependencies:
+ {{{
+make dependencies
+ }}}
== Staying up to date ==
@@ -72,6 +76,12 @@
git svn rebase
git rebase master your_feature_branch
}}}
+
+If any of the build dependencies has changed, you might have to update
them:
+
+{{{
+make dependencies
+}}}
== Sending code for reviewing ==
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.