From: Brendan Ashworth Date: Sat, 7 Mar 2015 22:41:44 +0000 (-0800) Subject: doc: update clang version prerequisite X-Git-Tag: v1.5.1~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e763220f6643249d97eb1290e21e785e02874f48;p=platform%2Fupstream%2Fnodejs.git doc: update clang version prerequisite See commit `4877ec0`, where it now warns on a clang++ version older than 3.4. PR-URL: https://github.com/iojs/io.js/pull/1094 Reviewed-By: Ben Noordhuis --- diff --git a/README.md b/README.md index cf9a58b..8c36a49 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ the binary verification command above. Prerequisites: * `gcc` and `g++` 4.8 or newer, or -* `clang` and `clang++` 3.3 or newer +* `clang` and `clang++` 3.4 or newer * Python 2.6 or 2.7 * GNU Make 3.81 or newer * libexecinfo (FreeBSD and OpenBSD only)