📝 More instructions on installing under Ubuntu, closes #315.
This commit is contained in:
parent
b243aea5c8
commit
d38bc95f04
1 changed files with 13 additions and 1 deletions
|
@ -8,7 +8,19 @@
|
||||||
On Ubuntu you could install the libraries via:
|
On Ubuntu you could install the libraries via:
|
||||||
|
|
||||||
```bash
|
```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
|
## Getting the code
|
||||||
|
|
Loading…
Add table
Reference in a new issue