git - V8.NET trouble when building 3rd party tools -


i'm trying install v8.net https://v8dotnet.codeplex.com/.

it provides program downloads v8 , 3rd party tools( gyp,...).

prerequisites installed git , subversion, , added path. have done both.

when trying download 3rd party tools,

'build' not recognized internal or external command, operable program or batch file. *** previous step failed *** 

i suppose don't have program or batch file installed or added path, can't figure out program "build" cannot find anywhere.

in v8.update.cmd there line

echo downloading gyp ... git clone https://chromium.googlesource.com/external/gyp  build/gyp  >getgyp.log 

(line 56), can see, there build/gyp in new line, that's why windows recognizes command. delete new line , works.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -