I was trying to use chinese but my input program went down.
how to get code of nodejs
go visit https://github.com/nodejs/node/releases , and you will find all versions of nodejs
download on of them , lets say https://github.com/nodejs/node/releases/tag/v7.8.0
and you will get a file node-7.8.0.tar.gzextract it to a path with only ascii codes say ~/sources/node-7.8.0cd into this folderrun ./configurerun make -j4run make installanything wrong , please goto https://github.com/nodejs/node/issues and search issues that you meet with and you will find a solution.if any doult , email: sunruiyeyipeng@163.com
转载请注明原文地址: https://ju.6miu.com/read-40.html