mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
📝 List libraries required for Linux.
This commit is contained in:
@@ -3,7 +3,13 @@
|
||||
## Prerequisites
|
||||
|
||||
* [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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user