2017年3月12日 星期日

[Node.js] Create a Blog - How to Compile Node.js (1/x)

Pre-Install
c++ (GCC/clang/LLVM)
python 2.6 ~ (no support python 3)
GUN make 3.81 ~
libssl-dev (support SSL/TLS encryption)

Download code from The Webpage of Node.js or Github - nodejs/node
start to compile and install
./configure && make && make install
Reference:

0 意見:

張貼留言