📝 List libraries required for Linux.
This commit is contained in:
parent
2b82eafff4
commit
679aa43113
1 changed files with 7 additions and 1 deletions
|
@ -3,7 +3,13 @@
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* [node.js](http://nodejs.org)
|
* [node.js](http://nodejs.org)
|
||||||
* clang
|
* clang and headers of GTK+ and libnotify
|
||||||
|
|
||||||
|
On Ubuntu you could install the libraries via:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ sudo apt-get install clang libgtk2.0-dev libnotify-dev
|
||||||
|
```
|
||||||
|
|
||||||
## Getting the code
|
## Getting the code
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue