码迷,mamicode.com
首页 > Web开发 > 详细

How to Install Node.js

时间:2015-08-31 21:24:14      阅读:134      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!