【发布时间】:2014-05-31 22:25:33
【问题描述】:
我想构建 Node-Webkit。我按照该站点 https://github.com/rogerwang/node-webkit/wiki/Building-node-webkit 的说明进行操作,但 .gclient 文件的部分不起作用。
在命令gclient sync --nohooks 之后,我得到了这个:
ERROR: client not configured; see 'gclient config'
我为这个问题找到的解决方案是 gclient config http://... 命令,其链接类似于 https://src.chromium.org/svn/trunk/src 或类似链接。但是通过这些链接,gclient 不会下载 Node-Webkit 的东西。
那么有没有解决这个问题的有效链接或没有 gclient 的下载东西的选项?
我在虚拟机中使用全新安装的 Ubuntu 12.04 进行此操作,因为我稍后必须执行的 install-build-deps.sh 不支持我的 Ubuntu 13.10。
虚拟机可能是问题所在?
【问题讨论】:
标签: node-webkit