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.gz
- extract it to a path with only ascii codes say
~/sources/node-7.8.0
- cd into this folder
- run
./configure
- run
make -j4
- run
make install
- anything 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