From c2efc4aeb37897c3f97042383e05f4401aa0dd08 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sun, 18 May 2014 20:07:34 +0800 Subject: [PATCH] :memo: Remove unneeded install dependency on Ubuntu. --- docs/development/build-instructions-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/build-instructions-linux.md b/docs/development/build-instructions-linux.md index c680566cff9f..06780ba55ec8 100644 --- a/docs/development/build-instructions-linux.md +++ b/docs/development/build-instructions-linux.md @@ -8,7 +8,7 @@ On Ubuntu you could install the libraries via: ```bash -$ sudo apt-get install build-essential clang libgtk2.0-dev libnotify-dev gcc-multilib g++-multilib libnss3 libstxt6 +$ sudo apt-get install build-essential clang libgtk2.0-dev libnotify-dev gcc-multilib g++-multilib ``` Latest Node.js could be installed via ppa: