From c2852b5b8c5edb573848938c8c6d1193ed883362 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 8 Apr 2015 19:46:37 +0800 Subject: [PATCH] linux: Add some more building requirements --- docs/development/build-instructions-linux.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/development/build-instructions-linux.md b/docs/development/build-instructions-linux.md index a7895d22261e..03e870a42f62 100644 --- a/docs/development/build-instructions-linux.md +++ b/docs/development/build-instructions-linux.md @@ -9,7 +9,10 @@ On Ubuntu you could install the libraries via: ```bash -$ sudo apt-get install build-essential clang libdbus-1-dev libgtk2.0-dev libnotify-dev libgnome-keyring-dev libgconf2-dev gcc-multilib g++-multilib +$ sudo apt-get install build-essential clang libdbus-1-dev libgtk2.0-dev \ + libnotify-dev libgnome-keyring-dev libgconf2-dev \ + libasound2-dev libcap-dev libcups2-dev libxtst-dev \ + gcc-multilib g++-multilib ``` Latest Node.js could be installed via ppa: