Jak zainstalować node.js w debianie ?: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
(Utworzył nową stronę „<pre> apt-get install build-essential </pre> <pre> apt-get install git </pre> <pre> git clone git://github.com/joyent/node.git </pre> <pre> cd node </pre> <pre> ...”) |
|||
Linia 2: | Linia 2: | ||
apt-get install build-essential | apt-get install build-essential | ||
</pre> | </pre> | ||
<pre> | <pre> | ||
apt-get install git | apt-get install git | ||
</pre> | </pre> | ||
<pre> | <pre> |
Wersja z 19:02, 26 mar 2013
apt-get install build-essential
apt-get install git
git clone git://github.com/joyent/node.git
cd node
./configure make make install
wget --no-check-certificate http://npmjs.org/install.sh
apt-get install curl
sh install.sh