Install node. js on Ubuntu10.10

Source: Internet
Author: User
Tags install node
Install node. js on Ubuntu10.10 prepare some packages sudoapt-getinstallg ++ curllibssl-devapache2-utilsgit is indispensable sudoapt-getinstallgit-core with git download node. js Latest Version gitclonegit: // github.com/ry/node.git.pdf download source code wget directly

Install node. js on Ubuntu 10.10

Prepare some packages
Sudo apt-get install g ++ curl libssl-dev apache2-utils

Git is indispensable
Sudo apt-get install git-core

Use git to download the latest version of node. js
Git clone git: // github.com/ry/node.git

Or download the source code directly.
Wget http://nodejs.org/dist/node-v0.2.3.tar.gz
Gunzip node-v0.2.3.tar.gz
Tar-xf node-v0.2.3.tar

Start compiling and installing node. js
Cd node
./Configure
Make
Sudo make install

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.