فهرست منبع

Merge pull request #112 from sameoldmadness/install-depot_tools

v8 compliation requires gclient
Stefan Siegl 10 سال پیش
والد
کامیت
e3d859d9d7
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      README.md

+ 2 - 0
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