V8.NET在构建第三方工具时遇到麻烦

时间:2015-07-02 07:30:16

标签: git svn v8 gyp v8.net

我正在尝试安装V8.NET Should I retrieve database record in Struts2 view layer?

它提供了一个程序,可以下载V8和一些第三方工具(gyp,...)。

先决条件是安装git和subversion,并添加到路径。我已经做到了。

尝试下载第三方工具时,我

'build' is not recognized as an internal or external command,
operable program or batch file.
*** THE PREVIOUS STEP FAILED ***

我想我没有安装或添加到PATH中的程序或批处理文件,但我无法确定哪个程序是" build"因为我无处可寻。

2 个答案:

答案 0 :(得分:0)

在V8.Update.cmd中有一行

echo Downloading GYP ...
git clone https://chromium.googlesource.com/external/gyp 
build/gyp  >getGYP.log

(第56行),如您所见,新行中有build / gyp,这就是为什么Windows将此识别为命令。只需删除新行即可。

答案 1 :(得分:0)

有一个新版本,其中包含一个全新的脚本。 Google大大改变了V8的构建方式,现在需要安装其Depot工具。

此外,CodePlex也已关闭,因此新更新位于此处:https://github.com/rjamesnw/v8dotnet