From 679aa431133f06b9f13751049cbd7a96d790fa20 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 20 Feb 2014 18:56:59 +0800 Subject: [PATCH] :memo: List libraries required for Linux. --- docs/development/build-instructions-linux.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/development/build-instructions-linux.md b/docs/development/build-instructions-linux.md index 9556b56acb54..f4c5a6263b1a 100644 --- a/docs/development/build-instructions-linux.md +++ b/docs/development/build-instructions-linux.md @@ -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