mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Merge pull request #5528 from vpeil/master
📝 a little hint added for 'Building from source for linux'
This commit is contained in:
@@ -18,6 +18,9 @@ Ubuntu LTS 12.04 64-bit is the recommended platform.
|
||||
|
||||
* `sudo apt-get install build-essential git libgnome-keyring-dev fakeroot`
|
||||
* Instructions for [Node.js](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager#ubuntu-mint-elementary-os).
|
||||
* Make sure the command `node` is available after Node.js installation (some sytems install it as `nodejs`).
|
||||
* `which node` to check it.
|
||||
* If output is emtpy run `sudo ln -s /usr/bin/nodejs /usr/bin/node` to fix this.
|
||||
|
||||
### Fedora / CentOS / RHEL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user