среда, 28 августа 2013 г.

Установка NodeJS под Ubuntu 12.04

Installs current stable Node on the current stable Ubuntu:
sudo -s
apt-get update
apt-get install python-software-properties python g++ make
add-apt-repository ppa:chris-lea/node.js
apt-get update
apt-get install nodejs

Комментариев нет:

Отправить комментарий