From 34a9e9849efb7b99cf3365825bdd8cbf8470c668 Mon Sep 17 00:00:00 2001 From: Roman Paradeev Date: Mon, 29 Sep 2014 02:59:36 +0600 Subject: [PATCH] v8 compliation requires gclient http://dev.chromium.org/developers/how-tos/install-depot-tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 10edf59..14f22d4 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Compile latest v8 ``` cd /tmp +git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git +export PATH=`pwd`/depot_tools:"$PATH" git clone https://github.com/v8/v8.git cd v8 make dependencies