我正在尝试安装Clockworkmod线下。我浪费了四个小时做这件事,但还是没成功。我的问题是:
Please compile the included node.js.我该怎么解决这个问题?不,我也不能安装synaptic_0.83.tar.xz,所以这是不可能的。请帮帮我!
发布于 2016-07-29 22:54:52
转到解压缩文件的文件夹,按照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 --versionhttps://askubuntu.com/questions/804662
复制相似问题