From 5b167e3684f50c362e66fd58563d826cd9bc7357 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 24 Oct 2014 09:55:31 +0800 Subject: [PATCH] Mention clang 3.4 is required, refs #735 --- docs/development/build-instructions-linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/development/build-instructions-linux.md b/docs/development/build-instructions-linux.md index bf67f1673076..7ce62b2526e8 100644 --- a/docs/development/build-instructions-linux.md +++ b/docs/development/build-instructions-linux.md @@ -3,7 +3,8 @@ ## Prerequisites * [Node.js](http://nodejs.org) -* clang, development headers of GTK+ and libnotify +* Clang 3.4 or later +* Development headers of GTK+ and libnotify On Ubuntu you could install the libraries via: