📝 Link to node.js wiki install instructions

Closes #2340
This commit is contained in:
Kevin Sawicki
2014-06-10 09:26:06 -07:00
parent 636a8a8286
commit 153faefaf9

View File

@@ -8,7 +8,11 @@ Ubuntu LTS 12.04 64-bit is the recommended platform.
* C++ toolchain
* on Ubuntu/Debian: `sudo apt-get install build-essential`
* [node.js](http://nodejs.org/download/) v0.10.x
* [npm](http://www.npmjs.org/) v1.4.x
* [Ubuntu/Debian/Mint instructions](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager#ubuntu-mint-elementary-os)
* [Fedora instructions](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager#fedora)
* [npm](http://www.npmjs.org/) v1.4.x
* `npm` comes with node.js so no explicit installation is needed here.
* You can check `npm` 1.4 or above is installed by running `npm -v`.
* libgnome-keyring-dev
* on Ubuntu/Debian: `sudo apt-get install libgnome-keyring-dev`
* on Fedora: `sudo yum --assumeyes install libgnome-keyring-devel`