首页 > Web开发 > 详细

How to Install Node.js

时间:2015-08-31 21:22:11      阅读:220      评论:0      收藏:0      [点我收藏+]

Ubuntu

  1. Install the dependencies:

    • sudo apt-get install g++ curl libssl-dev apache2-utils
    • sudo apt-get install git-core
  2. Run the following commands:

git clone git://github.com/ry/node.git
cd node
./configure
make
sudo make install

You can check it worked with a simple Hello, World! example.

 

How to Install Node.js

原文:http://www.cnblogs.com/zhangty/p/4773911.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!