我正在尝试离线安装 Clockworkmod Tether。我花了四个小时才安装成功,但还是没用。我的问题是:
Please compile the included node.js.
我该如何修复这个问题?不,我也无法安装 synaptic_0.83.tar.xz,所以这不会发生。请帮忙!
答案1
转到您解压文件的文件夹,按照中的说明进行node/README.md
操作。为清楚起见,此处仅复制适用于 Ubuntu 的部分:
### To build:
Prerequisites:
* Python 2.6 or 2.7
* GNU Make 3.81 or newer
Unix/Macintosh:
./configure
make
make install
### To run the tests:
Unix/Macintosh:
make test
### To build the documentation:
make doc
### To read the documentation:
man doc/node.1
您可以通过运行以下命令来检查 Python 和 Make:
python --version
make --version