📝 More instructions on installing under Ubuntu, closes #315.

This commit is contained in:
Cheng Zhao 2014-05-15 14:12:40 +08:00
parent b243aea5c8
commit d38bc95f04

View file

@ -8,7 +8,19 @@
On Ubuntu you could install the libraries via:
```bash
$ sudo apt-get install clang libgtk2.0-dev libnotify-dev
$ sudo apt-get install build-essential clang libgtk2.0-dev libnotify-dev gcc-multilib g++-multilib libnss3 libstxt6
```
Latest Node.js could be installed via ppa:
```bash
$ sudo apt-get install python-software-properties software-properties-common
$ sudo add-apt-repository ppa:chris-lea/node.js
$ sudo apt-get update
$ sudo apt-get install nodejs
# Update to latest npm
$ sudo npm install npm -g
```
## Getting the code