Re: [v8-users] v8 gyp build fail

2016-07-29 Thread chaony
yeah, after I installed curl, problem solved, thanks! 在 2016年7月29日星期五 UTC+8下午1:36:03,Jochen Eisinger写道: > > I wonder whether you have curl installed? > > On Thu, Jul 28, 2016 at 6:53 PM chaony > > wrote: > >> Hi, >> I want to try v8 engine in my project, bu

[v8-users] v8 gyp build fail

2016-07-28 Thread chaony
Hi, I want to try v8 engine in my project, but it seems something wrong. I do it in following way: 1. git clone: git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git 2. export path: export PATH=`pwd`/depot_tools:"$PATH” 3. fetch v8 with error: fetch v8 Running: gclien